refactor: standardize NODE_ENV and DEMO_MODE settings in environment files
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user