15 lines
259 B
Bash
15 lines
259 B
Bash
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 |