message-center/config.yaml

47 lines
893 B
YAML

server:
host: 127.0.0.1
port: 8025
data_dir: ~/.message-center
accounts:
proton:
host: 127.0.0.1
port: 1143
username: tj@jongsma.me
password: ${PROTON_BRIDGE_PASSWORD}
tls: starttls
watch:
- INBOX
smtp:
host: 127.0.0.1
port: 1025
username: tj@jongsma.me
password: ${PROTON_BRIDGE_PASSWORD}
from: tj@jongsma.me
johan:
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
webhook:
enabled: true
url: http://localhost:18789/hooks/messages
token: "mc-webhook-token-2026"