This commit is contained in:
10
tests/fixtures/nested.env
vendored
Normal file
10
tests/fixtures/nested.env
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user