Skip to content

SudoSOS Back-end API / internal/server-settings

internal/server-settings ​

This is the module page of the server-settings-controller.

Classes ​

ClassDescription
ServerSettingKey-value store
ServerSettingsControllerThe BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy.
ServerSettingsStoreStore of global server settings, which are key-value pairs stored in the database. Used for settings that fit a database store better than an environment variable, as the latter should contain mostly secrets to get things to work, not to configure stuff.

Interfaces ​

InterfaceDescription
ISettings-

Variables ​

VariableDescription
SettingsDefaults-