package
0.0.0-20241215154231-a1f825d4454d
Repository: https://github.com/config-source/cdb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
DBUrl returns the connection string as set by $DB_URL
Most often this is left empty and instead the PG* variables are used for connecting to the database.
No description provided by the author
DynamicConfigKeys indicates that Config Keys should be created if they aren't found when a new Config Value is created.
FrontendLocation returns the location of the statically built frontend files or an http upstream to proxy to.
GetLogger returns the preconfigured global logger.
HumanLogs indicates that structured logging should not be used and instead logs should be human-friendly.
JWTSigningKey returns the configured symmetric key for signing JWTs issued by CDB's auth system.
LogLevel returns the configured listen address as defined by $LISTEN_ADDRESS
Defaults to all interfaces listening on port 8080.
LogLevel returns the configured log level as defined by $LOG_LEVEL
Defaults to InfoLevel.
TokenIssuer returns the JWT token issuer.