mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-12-01 17:43:12 +00:00
do not auto-generate encryption key or JWT secret
This commit is contained in:
3
.env
3
.env
@@ -1,3 +1,6 @@
|
||||
POSTGRES_USER=root
|
||||
POSTGRES_PASSWORD=password
|
||||
POSTGRES_DB=n8n
|
||||
|
||||
N8N_ENCRYPTION_KEY=super-secret-key
|
||||
N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret
|
||||
|
||||
@@ -39,6 +39,10 @@ services:
|
||||
- DB_POSTGRESDB_HOST=postgres
|
||||
- DB_POSTGRESDB_USER=${POSTGRES_USER}
|
||||
- DB_POSTGRESDB_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- N8N_DIAGNOSTICS_ENABLED=false
|
||||
- N8N_PERSONALIZATION_ENABLED=false
|
||||
- N8N_ENCRYPTION_KEY
|
||||
- N8N_USER_MANAGEMENT_JWT_SECRET
|
||||
ports:
|
||||
- 5678:5678
|
||||
links:
|
||||
|
||||
Reference in New Issue
Block a user