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:48 +00:00
parent a93e6608bb
commit 5b6b9c5d43

10
tests/fixtures/.env vendored Normal file
View File

@@ -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