11 lines
189 B
Bash
11 lines
189 B
Bash
APP_NAME=myapp
|
|
APP_VERSION=1.0.0
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=secret
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
FEATURE_FLAG_DARK_MODE=true
|
|
FEATURE_FLAG_BETA=false
|