diff --git a/example.env b/example.env new file mode 100644 index 0000000..498c5ec --- /dev/null +++ b/example.env @@ -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 \ No newline at end of file