forked from digitalocean-labs/openclaw-appplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 1.53 KB
/
Copy path.env.example
File metadata and controls
46 lines (39 loc) · 1.53 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
46
# ============================================================
# REQUIRED
# ============================================================
OPENCLAW_GATEWAY_TOKEN=ChangeMe
STABLE_HOSTNAME=openclaw
# ============================================================
# FEATURE FLAGS
# Set all to false for CLI-only mode (no UI, no tunnels, no persistence)
# ============================================================
ENABLE_NGROK=true
TAILSCALE_ENABLE=false
ENABLE_SPACES=false
ENABLE_UI=true
# ============================================================
# NGROK - https://dashboard.ngrok.com/get-started/setup/linux
# ============================================================
NGROK_AUTHTOKEN=ChangeMe
# ============================================================
# TAILSCALE
# ============================================================
TS_AUTHKEY=ChangeMe
TAILSCALE_ENABLE=true
ENABLE_SPACES=true
# ============================================================
# SPACES (persistence)
# ============================================================
RESTIC_SPACES_ACCESS_KEY_ID=ChangeMe
RESTIC_SPACES_SECRET_ACCESS_KEY=ChangeMe
RESTIC_SPACES_ENDPOINT=tor1.digitaloceanspaces.com
RESTIC_SPACES_BUCKET=openclaw-backup
RESTIC_PASSWORD=ChangeMe
# ============================================================
# OPTIONAL
# ============================================================
GRADIENT_API_KEY=
SSH_ENABLE=false
GITHUB_USERNAME=
# SSH_AUTHORIZED_USERS="ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAB... user@host"
# Can contain multiple keys separated by newlines or spaces