-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
29 lines (24 loc) · 1.03 KB
/
.env.example
File metadata and controls
29 lines (24 loc) · 1.03 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
# ── Backend ──────────────────────────────────────────
DATABASE_URL=postgresql://agentbox:agentbox@localhost:5432/agentbox
API_BASE_URL=http://localhost:8080
CORS_ORIGIN=*
OPERATOR_TOKEN=dev-token-change-me
OPERATOR_WALLET=
JWT_SECRET=dev-jwt-secret-change-me
ENCRYPTION_KEY=0000000000000000000000000000000000000000000000000000000000000000
# Hetzner
HETZNER_API_TOKEN=
# SSH private key (base64-encoded, matches HETZNER_SSH_KEY_IDS)
SSH_PRIVATE_KEY=
# Cloudflare
CF_API_TOKEN=
# SATI / Solana
SATI_HOT_WALLET_PRIVATE_KEY=
SOLANA_RPC_URL=
# ── Frontend ─────────────────────────────────────────
VITE_API_URL=http://localhost:8080
VITE_HELIUS_API_KEY=
VITE_INSTANCE_BASE_DOMAIN=agentbox.fyi
VITE_ENABLE_INSTANCE_CREATION=false
# ── Monitoring (LGTM) ───────────────────────────────
GRAFANA_ADMIN_PASSWORD=changeme