Content Settings Config Database Location
Answered
Hi Fishes,
Can you tell me where the content settings are held in the config database. We have a bunch of changes we need to make with every instance for a specific solution & it would be much more efficient if we could script the changes we need to make to the content settings.
Many thanks
The same question
Hi Lex,
The Configuration table in the database holds a lot of the features from the Content Settings page in the Admin Console. In theory, you can use the REST API to update a lot of those settings, to avoid making direct edits to the database.
There's a web service for getting and updating system configuration options (see our REST API dev wiki here). You could then write a file that includes all those updates to be run in one go.
I hope that helps
Kind regards,
Chris
Hi Lex,
The Configuration table in the database holds a lot of the features from the Content Settings page in the Admin Console. In theory, you can use the REST API to update a lot of those settings, to avoid making direct edits to the database.
There's a web service for getting and updating system configuration options (see our REST API dev wiki here). You could then write a file that includes all those updates to be run in one go.
I hope that helps
Kind regards,
Chris
Replies have been locked on this page!