SudoSOS Back-end API / internal/server-settings
internal/server-settings ​
This is the module page of the server-settings-controller.
Classes ​
| Class | Description |
|---|---|
| ServerSetting | Key-value store |
| ServerSettingsController | The BaseController class is responsible for: - Storing route definitions. - Generating router objects based on the policy. |
| ServerSettingsStore | Store 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 ​
| Interface | Description |
|---|---|
| ISettings | - |
Variables ​
| Variable | Description |
|---|---|
| SettingsDefaults | - |