DB_DSN=postgresql+asyncpg://dev:dev@localhost:5432/fastapi-project-template

# OR
#DB_SCHEME=postgresql+asyncpg
#DB_HOST=localhost
#DB_PORT=5432
#DB_NAME=fastapi-project-template
#DB_USER=dev
#DB_PASS=dev

#DB_ECHO=false
#DB_POOL_SIZE=20
#DB_MAX_OVERFLOW=0
#DB_POOL_TIMEOUT=30
##DB_POOL_RECYCLE=1800  # 30 minutes

API_AUTH_ENABLED=false
OIDC_AUTHORITY_URL=https://oidc.provider.com/auth
OIDC_CLIENT_ID=12345-54321
