message-center/config.yaml

60 lines
1.3 KiB
YAML

server:
host: 127.0.0.1
port: 8025
data_dir: ~/.message-center
accounts:
tj_jongsma_me:
host: 127.0.0.1
port: 1143
username: tj@jongsma.me
password: ${TANYA_BRIDGE_PASSWORD}
tls: starttls
watch:
- INBOX
smtp:
host: 127.0.0.1
port: 1025
username: tj@jongsma.me
password: ${TANYA_BRIDGE_PASSWORD}
from: tj@jongsma.me
johan_jongsma_me:
host: 127.0.0.1
port: 1143
username: johan@jongsma.me
password: ${JOHAN_BRIDGE_PASSWORD}
tls: starttls
watch:
- INBOX
smtp:
host: 127.0.0.1
port: 1025
username: johan@jongsma.me
password: ${JOHAN_BRIDGE_PASSWORD}
from: johan@jongsma.me
connectors:
whatsapp:
enabled: true
name: whatsapp
base_url: http://localhost:8030
sms:
enabled: true
name: sms
gateway_url: http://localhost:9877
webhook:
enabled: true
url: http://localhost:18789/hooks/messages
token: "kuma-alert-token-2026"
triage:
enabled: true
prompt_file: /home/johan/clawd/config/email-triage-prompt.md
provider:
base_url: https://api.fireworks.ai/inference/v1
api_key: ${FIREWORKS_API_KEY}
model: accounts/fireworks/models/kimi-k2p5
# dashboard_url removed — routing handled by OpenClaw via webhook