# Functions

NewAdminAPIServerConfig returns the environment config for the Admin API server.
NewAPIServerConfig returns the environment config for the API server.
NewAppSyncConfig returns the environment config for the appsync server.
NewBackupConfig returns the environment config for the backup server.
NewCleanupConfig returns the environment config for the cleanup server.
NewE2ERunnerConfig returns the environment config for the e2e-runner server.
NewEmailerConfig returns the config for the emailer service.
NewMetricsRegistrarConfig returns the environment config for the metrics registration server.
NewModeler returns the config for the modeler server.
NewRedirectConfig initializes and validates a RedirectConfig struct.
NewRotationConfig returns the config for the rotation service.
NewServerConfig initializes and validates a ServerConfig struct.
NewStatsPullerConfig returns the config for the stats-puller service.
ProcessWith creates a new config with the given lookuper for parsing config.

# Structs

AdminAPIServerConfig represents the environment based config for the Admin API Server.
APIServerConfig represnets the environment based configuration for the API server.
AppSyncConfig represents the environment based configuration for the app sync server.
BackupConfig is the configuration for backups.
CertificateSigningConfig represents the settings for system-wide certificate signing.
CleanupConfig represents the environment based configuration for the Cleanup server.
E2ERunnerConfig represents the environment based configuration for the e2e-runner server.
EmailerConfig represents the environment-based configuration for the emailer service.
FeatureConfig represents features that are introduced as off by default allowing for server operators to control their release.
FirebaseConfig represents configuration specific to firebase auth.
IssueAPIVars is an interface that represents what is needed of the verification code issue API.
MetricsRegistrarConfig represents the environment based configuration for the metrics registration server.
Modeler is the configuration for the modeler service.
PasswordRequirementsConfig represents the password complexity requirements for the server.
RedirectConfig represents the environment based config for the redirect server.
RotationConfig represents the environment-based configuration for the rotation service.
ServerConfig represents the environment based config for the server.
SMSSigningConfig represents the settings for SMS-signing.
StatsPullerConfig represents the environment-based configuration for the stats-puller service.
TokenSigningConfig represents the settings for system-wide certificate signing.

# Interfaces

No description provided by the author
Validatable indicates that a type can be validated.