From 5b6b9c5d4365284effbbc4225bd829dec0dc3b49 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:27:48 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- tests/fixtures/.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/fixtures/.env diff --git a/tests/fixtures/.env b/tests/fixtures/.env new file mode 100644 index 0000000..3b77bdb --- /dev/null +++ b/tests/fixtures/.env @@ -0,0 +1,10 @@ +PORT=3000 +NODE_ENV=development +DATABASE_URL=postgres://localhost:5432/mydb +DEBUG=true +API_KEY=my-secret-key +MAX_RETRIES=5 +OPTIONAL_VAR=optional +DB_HOST=localhost +DB_PORT=5432 +DB_USER=admin