Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 20:27:51 +00:00
parent b90bba5e42
commit f6d2ebf9be

10
tests/fixtures/complex.env vendored Normal file
View 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