mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2026-01-19 21:40:32 +00:00
8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
# Change the name of this file to .env after updating it!
|
|
|
|
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=password
|
|
POSTGRES_DB=n8n
|
|
|
|
N8N_ENCRYPTION_KEY=super-secret-key
|
|
N8N_USER_MANAGEMENT_JWT_SECRET=even-more-secret |