-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 759 Bytes
/
.env.example
File metadata and controls
31 lines (23 loc) · 759 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
30
31
# OpenClaw Deployment — Required Environment Variables
# Copy this file to .env and fill in the values.
#
# cp .env.example .env
# nano .env
# Gateway password — generate with:
# openssl rand -base64 32
OPENCLAW_GATEWAY_PASSWORD=
# Telegram Bot API token — obtain from @BotFather on Telegram
TELEGRAM_BOT_TOKEN=
# Tailscale Auth Key to automate the creation of a tailscale machine
TAILSCALE_AUTH_KEY=
# Extra packages https://docs.openclaw.ai/install/docker
OPENCLAW_DOCKER_APT_PACKAGES=chromium
# To enable memory and other things like whisper for audio transcription
OPENAI_API_KEY=
# To access github repos
GITHUB_TOKEN=
# To enable the web search tool
BRAVE_API_KEY=
# Give your bot some musical taste
LAST_FM_API_KEY=
LAST_FM_SECRET=