Configuration
Server Settings
Variable
Default
Description
Database
Variable
Default
Description
# Local development
DATABASE_URL=postgres://localhost:5432/authority_db
# With credentials
DATABASE_URL=postgres://user:password@localhost:5432/authority_db
# With SSL
DATABASE_URL=postgres://user:password@host:5432/authority_db?sslmode=requireSecurity
Variable
Default
Description
Token Lifetimes
Variable
Default
Description
Session
Variable
Default
Description
SSL/TLS
Variable
Default
Description
Templates
Variable
Default
Description
Logging
Variable
Default
Description
Example Configuration
Development
Production
Loading Environment Variables
From File
From Shell
Docker
Next Steps
Last updated
Was this helpful?