mirror of
https://github.com/n8n-io/self-hosted-ai-starter-kit.git
synced 2026-03-17 01:18:08 +01:00
Move .env file and simplify setup on mac (#68)
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
|
||||
# For Mac users running OLLAMA locally
|
||||
# See https://github.com/n8n-io/self-hosted-ai-starter-kit?tab=readme-ov-file#for-mac--apple-silicon-users
|
||||
# OLLAMA_HOST=host.docker.internal:11434
|
||||
|
||||
|
||||
Reference in New Issue
Block a user