Create example .env
This commit is contained in:
parent
6f1dd5874b
commit
66845ed610
15
example.env
Normal file
15
example.env
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
PG_USER=MTF
|
||||||
|
PG_HOST=postgresql
|
||||||
|
PG_DB=MTF
|
||||||
|
PG_PASS=PASSHERE
|
||||||
|
PG_PORT=5432
|
||||||
|
|
||||||
|
REDIS_HOST=redis
|
||||||
|
REDIS_PORT=6379
|
||||||
|
|
||||||
|
JTW_SECRET=SECRETHERE
|
||||||
|
|
||||||
|
# Resets the database with models defined under src/models/
|
||||||
|
FORCE_DB_SYNC=true # Use false during production
|
||||||
|
|
||||||
|
NODE_ENV=development
|
||||||
Loading…
Reference in New Issue
Block a user