Static primitives::postgres::POSTGRES_CONFIG
source · pub static POSTGRES_CONFIG: Lazy<Config>
Available on crate feature
postgres
only.Expand description
Postgres configuration derived from the environment variables:
- POSTGRES_USER
- POSTGRES_PASSWORD
- POSTGRES_HOST
- POSTGRES_PORT
- POSTGRES_DB