# Functions
Logging configures the log level and formatter, if the formatter is nil, the default TextFormatter is used.
# Constants
No description provided by the author
No description provided by the author
these environment variables can be used to control the SSL validation behavior and behave the same as the documented postegres environment variables.
No description provided by the author
# Structs
Authorization contains all the authorization-related parameters.
Database contains all the configuration parameters for a database SSL mode and options can be configured via the standard Postgres env variables documented here https://www.postgresql.org/docs/current/libpq-envars.html
Specifically, it supports: PGSSLMODE, PGSSLCERT, PGSSLKEY, PGSSLROOTCERT.
HTTP contains all configuration parameters for HTTP.
JWT contains all JWT related parameters.
Queue contains configuation for task queueing.