Files

27 lines
669 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ── Chatwoot 连接配置 ──
CW_BASE=http://localhost:3000
CW_ACCOUNT_ID=1
CW_EMAIL=admin@example.com
CW_PASSWORD=your-chatwoot-password
# ── WS Agent ──
CW_PUBSUB_TOKEN=
CW_USER_ID=1
# ── Provision Server ──
CW_ADMIN_EMAIL=admin@example.com
CW_ADMIN_PASSWORD=your-chatwoot-password
CW_PLATFORM_TOKEN=your-platform-api-token
CHATHUB_API_KEY=change-me-to-a-random-string
# ── Platform Gateway ──
GATEWAY_ENABLED=1
GATEWAY_AES_KEY=change-me-to-32-byte-base64-key
# ── ChatHub DBgateway 凭证存储) ──
CHATHUB_DB_HOST=localhost
CHATHUB_DB_PORT=3306
CHATHUB_DB_USER=root
CHATHUB_DB_PASS=change-me
CHATHUB_DB_NAME=chathub