Module kanidmd_core::config
source · Expand description
The server configuration as processed from the startup wrapper. This controls a number of variables that determine how our backends, query server, and frontends are configured.
These components should be “per server”. Any “per domain” config should be in the system or domain entries that are able to be replicated.
Structs§
- The internal configuration of the server. User-facing configuration is in ServerConfig, as the configuration file is parsed by that object.
- This is the Server Configuration as read from
server.toml
or environment variables.