-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
45 lines (33 loc) · 1.68 KB
/
Copy path.env.example
File metadata and controls
45 lines (33 loc) · 1.68 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# ClawHalla Environment Configuration
# Copy this file to .env and fill in your values.
# NEVER commit .env to version control.
# =============================================================================
# REQUIRED -- OpenClaw will not work without these
# =============================================================================
# Anthropic API Key (get from https://console.anthropic.com)
ANTHROPIC_API_KEY=
# =============================================================================
# OPTIONAL -- OpenClaw Gateway Configuration
# =============================================================================
# Gateway port (default: 18789)
# OPENCLAW_GATEWAY_PORT=18789
# Gateway authentication token (generate a secure random string)
# OPENCLAW_GATEWAY_TOKEN=
# =============================================================================
# OPTIONAL — Container Configuration
# =============================================================================
# Password for clawdbot user inside container (default: clawdbot)
# Change this if exposing the container or for production use
# CLAWDBOT_PASSWORD=your-secure-password-here
# =============================================================================
# OPTIONAL -- Additional AI Providers
# =============================================================================
# OpenAI API Key (if using OpenAI models)
# OPENAI_API_KEY=
# =============================================================================
# OPTIONAL -- Channel Integrations
# =============================================================================
# Telegram Bot Token (get from @BotFather)
# TELEGRAM_BOT_TOKEN=
# Discord Bot Token
# DISCORD_BOT_TOKEN=