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