Create example .env

This commit is contained in:
Apher 2026-06-28 19:11:52 +00:00
parent 6f1dd5874b
commit 66845ed610

15
example.env Normal file
View 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