This commit is contained in:
10
tests/fixtures/.env
vendored
Normal file
10
tests/fixtures/.env
vendored
Normal 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
|
||||
Reference in New Issue
Block a user