13 lines
395 B
Bash
13 lines
395 B
Bash
# Database
|
|
POSTGRES_HOST=db
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=budget
|
|
POSTGRES_USER=budget
|
|
POSTGRES_PASSWORD=changeme
|
|
|
|
# Note: client OIDC values live in src/Budget.Client/.env (committed).
|
|
# Override locally in src/Budget.Client/.env.local (gitignored).
|
|
|
|
# Trusted reverse-proxy networks (comma-separated CIDRs). Default covers the Docker bridge range.
|
|
# Budget__TrustedProxyNetworks=172.16.0.0/12
|