mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2025-11-29 08:33:15 +00:00
8 lines
187 B
Bash
8 lines
187 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
|
|
N8N_DEFAULT_BINARY_DATA_MODE=filesystem
|