refactor: add NODE_ENV and DEMO_MODE settings to README for development environment

This commit is contained in:
2025-11-12 20:37:12 +01:00
parent 635ae95294
commit bcbac2998c
+2
View File
@@ -111,6 +111,8 @@ POSTGRES_HOST=db
POSTGRES_PORT=5432 POSTGRES_PORT=5432
# NextAuth # NextAuth
NODE_ENV=development
DEMO_MODE=false
AUTH_SECRET="your-secret-key-here" AUTH_SECRET="your-secret-key-here"
AUTH_TRUST_HOST=true AUTH_TRUST_HOST=true
DOMAIN=localhost:3000 DOMAIN=localhost:3000