Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RedisHost string RedisPassword string PostgresDSN string Secret []byte PasswordSalt string ListenAddr string DMRPort int MetricsPort int OpenBridgePort int HTTPPort int CORSHosts []string TrustedProxies []string HIBPAPIKey string OTLPEndpoint string InitialAdminUserPassword string Debug bool NetworkName string AllowScraping bool CustomRobotsTxt string FeatureFlags []string // contains filtered or unexported fields }
Config stores the application configuration.
Click to show internal directories.
Click to hide internal directories.