diff --git a/.env.example b/.env.example index c74e7a5..a1c50c8 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,8 @@ POSTGRES_DB=postgres DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public" # FRONTEND +NODE_ENV=production +DEMO_MODE=false DOMAIN=localhost AUTH_TRUST_HOST="http://localhost" AUTH_SECRET=your_secret_key_here \ No newline at end of file