it0/deploy/docker/.env.example

41 lines
1.2 KiB
Plaintext

# Required
ANTHROPIC_API_KEY=your-api-key-here
# iConsulting LLM Gateway (OpenClaw containers route Anthropic calls through this gateway)
OPENCLAW_LLM_GATEWAY_URL=http://154.84.135.121:3008
OPENCLAW_LLM_GATEWAY_KEY=your-openclaw-gateway-key-here
JWT_SECRET=change-this-to-a-random-string
VAULT_MASTER_KEY=change-this-to-a-random-string
# Optional - Twilio (for phone calls)
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
# Optional - Offline Push Notifications (notification-service)
# FCM (Firebase Cloud Messaging) — international Android + iOS
# Firebase Console > Project Settings > Service Accounts > Generate new private key
FCM_PROJECT_ID=
FCM_CLIENT_EMAIL=
FCM_PRIVATE_KEY=
# HMS (Huawei Mobile Services) — Huawei / Honor devices
# AppGallery Connect > Project Settings > General information
HMS_APP_ID=
HMS_APP_SECRET=
# Xiaomi Push — MIUI / Redmi devices
# Xiaomi Open Platform > Push > AppSecret
MI_APP_SECRET=
# OPPO Push — OPPO / OnePlus / Realme devices
# OPPO Open Platform > Push > App Key & Master Secret
OPPO_APP_KEY=
OPPO_MASTER_SECRET=
# vivo Push — vivo devices
# vivo Developer Platform > Push > App ID / Key / Secret
VIVO_APP_ID=
VIVO_APP_KEY=
VIVO_APP_SECRET=