-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.template
More file actions
29 lines (24 loc) · 918 Bytes
/
.env.template
File metadata and controls
29 lines (24 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ===========================================
# OpenClaw + n8n Stack Configuration
# ===========================================
# Copy this file to .env and fill in your values
# ===========================================
# AI API Keys (Required)
# ===========================================
ANTHROPIC_API_KEY=sk-ant-...your-key-here...
# Optional: For multi-model workflows
OPENAI_API_KEY=sk-...your-key-here...
GEMINI_API_KEY=...your-key-here...
# ===========================================
# n8n Configuration
# ===========================================
N8N_USER=admin
N8N_PASSWORD=changeme-to-something-secure
# Your public webhook URL (for external triggers)
# If running locally, use localhost
# If hosted, use your domain
N8N_WEBHOOK_URL=http://localhost:5678
# ===========================================
# General Settings
# ===========================================
TIMEZONE=Australia/Melbourne