mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 00:23:13 +00:00
7 lines
147 B
Bash
7 lines
147 B
Bash
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=password
|
|
POSTGRES_DB=n8n
|
|
|
|
N8N_ENCRYPTION_KEY=super-secret-key
|
|
N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret
|