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 f6d2ebf9be
commit c8ef6c20b1

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