Files
dotenv-types/tests/fixtures/nested.env
7000pctAUTO c8ef6c20b1
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
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