27 lines
669 B
Bash
27 lines
669 B
Bash
# ── 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 DB(gateway 凭证存储) ──
|
||
CHATHUB_DB_HOST=localhost
|
||
CHATHUB_DB_PORT=3306
|
||
CHATHUB_DB_USER=root
|
||
CHATHUB_DB_PASS=change-me
|
||
CHATHUB_DB_NAME=chathub
|