Update all active config and documentation files to use the correct production domain hl.cast.ph (not ghl.cast.ph). Co-Authored-By: Paperclip <noreply@paperclip.ing>
21 lines
387 B
Plaintext
21 lines
387 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://localhost:27017/cast-ghl
|
|
|
|
# Inbound (Phase 2)
|
|
INBOUND_API_KEY=
|