# Functions
FromFile reads the configuration from a file.
# Constants
DebugUserDisabled disables the debug user.
DebugUserReadOnly enables the debug user in a read-only mode.
DebugUserRW enables the debug user in a read-write mode.
DebugUserUnset represents the default unset option value.
ModeBeta represents the beta server mode.
ModeDebug represents the debug server mode.
ModeProduction represents the production server mode.
# Structs
DebugUserConfig defines the API debug user configurations.
File represents a TOML encoded configuration file.
ServerConfig defines the API server configurations.
ShieldConfig represents the GraphQL shield configuration.
# Type aliases
DebugUserMode represents a debug user mode.
Duration represents a duration.
Mode defines the server mode.
PasswordHasher represents a password hasher identifier.
SessionKeyGenerator represents a session key generator identifier.
TLSCipherSuite represents a TLS cipher suite.
TLSCurveID represents a TLS curve identifier.
TLSVersion represents a TLS protocol version.