From c8ef6c20b14ba4e6d476cc72db3962871f46a993 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:27:51 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- tests/fixtures/nested.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/fixtures/nested.env diff --git a/tests/fixtures/nested.env b/tests/fixtures/nested.env new file mode 100644 index 0000000..85804af --- /dev/null +++ b/tests/fixtures/nested.env @@ -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