chore: auto-commit uncommitted changes
This commit is contained in:
parent
b408ebc2b7
commit
32e51c4cfe
30
config.yaml
30
config.yaml
|
|
@ -6,32 +6,32 @@ data_dir: ~/.message-center
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
tj_jongsma_me:
|
tj_jongsma_me:
|
||||||
host: 127.0.0.1
|
host: mail.jongsma.me
|
||||||
port: 1143
|
port: 993
|
||||||
username: tj@jongsma.me
|
username: tj@jongsma.me
|
||||||
password: ${PROTON_BRIDGE_PASSWORD}
|
password: "${TJ_STALWART_PASSWORD}"
|
||||||
tls: starttls
|
tls: ssl
|
||||||
watch:
|
watch:
|
||||||
- INBOX
|
- INBOX
|
||||||
smtp:
|
smtp:
|
||||||
host: 127.0.0.1
|
host: mail.jongsma.me
|
||||||
port: 1025
|
port: 465
|
||||||
username: tj@jongsma.me
|
username: tj@jongsma.me
|
||||||
password: ${PROTON_BRIDGE_PASSWORD}
|
password: "${TJ_STALWART_PASSWORD}"
|
||||||
from: tj@jongsma.me
|
from: tj@jongsma.me
|
||||||
johan_jongsma_me:
|
johan_jongsma_me:
|
||||||
host: 127.0.0.1
|
host: mail.jongsma.me
|
||||||
port: 1143
|
port: 993
|
||||||
username: johan@jongsma.me
|
username: johan@jongsma.me
|
||||||
password: ${JOHAN_BRIDGE_PASSWORD}
|
password: "${JOHAN_STALWART_PASSWORD}"
|
||||||
tls: starttls
|
tls: ssl
|
||||||
watch:
|
watch:
|
||||||
- INBOX
|
- INBOX
|
||||||
smtp:
|
smtp:
|
||||||
host: 127.0.0.1
|
host: mail.jongsma.me
|
||||||
port: 1025
|
port: 465
|
||||||
username: johan@jongsma.me
|
username: johan@jongsma.me
|
||||||
password: ${JOHAN_BRIDGE_PASSWORD}
|
password: "${JOHAN_STALWART_PASSWORD}"
|
||||||
from: johan@jongsma.me
|
from: johan@jongsma.me
|
||||||
|
|
||||||
connectors:
|
connectors:
|
||||||
|
|
@ -40,7 +40,7 @@ connectors:
|
||||||
name: whatsapp
|
name: whatsapp
|
||||||
base_url: http://localhost:8030
|
base_url: http://localhost:8030
|
||||||
sms:
|
sms:
|
||||||
enabled: true
|
enabled: false
|
||||||
name: sms
|
name: sms
|
||||||
gateway_url: http://localhost:9877
|
gateway_url: http://localhost:9877
|
||||||
signal:
|
signal:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue