cast-ghl-plugin/.env.example
Head of Product & Engineering 83de6cb089
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: correct MONGO_URI to use Docker service hostname
localhost:27017 resolves to the container itself inside Docker.
The mongo service is reachable via its compose service name 'mongo'.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-05 18:48:29 +02:00

21 lines
383 B
Plaintext

PORT=3002
BASE_URL=https://hl.cast.ph
# GHL OAuth
GHL_CLIENT_ID=
GHL_CLIENT_SECRET=
# RSA public key from GHL docs (static, not per-app). Paste the full PEM block.
GHL_WEBHOOK_PUBLIC_KEY=
GHL_CONVERSATION_PROVIDER_ID=
# Cast.ph
CAST_API_KEY=
CAST_API_URL=https://api.cast.ph
CAST_SENDER_ID=
# MongoDB
MONGO_URI=mongodb://mongo:27017/cast-ghl
# Inbound (Phase 2)
INBOUND_API_KEY=