11 lines
188 B
Bash
11 lines
188 B
Bash
# Nested configuration
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=secret
|
|
DB_NAME=myapp
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
API_URL=https://api.example.com
|
|
API_TIMEOUT=30
|