refactor: add NODE_ENV and DEMO_MODE settings to README for development environment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user