This commit is contained in:
7
tests/fixtures/sample.env
vendored
Normal file
7
tests/fixtures/sample.env
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# Sample environment file
|
||||
NODE_ENV=development
|
||||
PORT=3000
|
||||
DATABASE_URL=postgres://user:pass@localhost:5432/mydb
|
||||
API_KEY=abc123
|
||||
DEBUG=true
|
||||
OPTIONAL_VAR=optional_value
|
||||
Reference in New Issue
Block a user