Overriding Vidyano Settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Vidyano has always used 2 places to store settings, the web.config appSettings section for settings that required the application to restart, and the Settings repository table for settings that can be changed at runtime.
This new feature allows you to override the settings stored in the Settings repository table using the web.config appSettings section. This can be used for system settings and custom settings.
Overridden settings will be shown as read-only in the Management part.