refactor: standardize NODE_ENV and DEMO_MODE settings in environment files

This commit is contained in:
2025-11-12 20:36:34 +01:00
parent 094d96d7ab
commit 635ae95294
+2
View File
@@ -9,6 +9,8 @@ POSTGRES_DB=postgres
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public" DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?schema=public"
# FRONTEND # FRONTEND
NODE_ENV=production
DEMO_MODE=false
DOMAIN=localhost DOMAIN=localhost
AUTH_TRUST_HOST="http://localhost" AUTH_TRUST_HOST="http://localhost"
AUTH_SECRET=your_secret_key_here AUTH_SECRET=your_secret_key_here