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:
|
||||
tj_jongsma_me:
|
||||
host: 127.0.0.1
|
||||
port: 1143
|
||||
host: mail.jongsma.me
|
||||
port: 993
|
||||
username: tj@jongsma.me
|
||||
password: ${PROTON_BRIDGE_PASSWORD}
|
||||
tls: starttls
|
||||
password: "${TJ_STALWART_PASSWORD}"
|
||||
tls: ssl
|
||||
watch:
|
||||
- INBOX
|
||||
smtp:
|
||||
host: 127.0.0.1
|
||||
port: 1025
|
||||
host: mail.jongsma.me
|
||||
port: 465
|
||||
username: tj@jongsma.me
|
||||
password: ${PROTON_BRIDGE_PASSWORD}
|
||||
password: "${TJ_STALWART_PASSWORD}"
|
||||
from: tj@jongsma.me
|
||||
johan_jongsma_me:
|
||||
host: 127.0.0.1
|
||||
port: 1143
|
||||
host: mail.jongsma.me
|
||||
port: 993
|
||||
username: johan@jongsma.me
|
||||
password: ${JOHAN_BRIDGE_PASSWORD}
|
||||
tls: starttls
|
||||
password: "${JOHAN_STALWART_PASSWORD}"
|
||||
tls: ssl
|
||||
watch:
|
||||
- INBOX
|
||||
smtp:
|
||||
host: 127.0.0.1
|
||||
port: 1025
|
||||
host: mail.jongsma.me
|
||||
port: 465
|
||||
username: johan@jongsma.me
|
||||
password: ${JOHAN_BRIDGE_PASSWORD}
|
||||
password: "${JOHAN_STALWART_PASSWORD}"
|
||||
from: johan@jongsma.me
|
||||
|
||||
connectors:
|
||||
|
|
@ -40,7 +40,7 @@ connectors:
|
|||
name: whatsapp
|
||||
base_url: http://localhost:8030
|
||||
sms:
|
||||
enabled: true
|
||||
enabled: false
|
||||
name: sms
|
||||
gateway_url: http://localhost:9877
|
||||
signal:
|
||||
|
|
|
|||
Loading…
Reference in New Issue