Files
dotenv-types/tests/fixtures/complex.env
7000pctAUTO f6d2ebf9be
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 20:27:51 +00:00

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