chore: auto-commit uncommitted changes
This commit is contained in:
parent
ecb9fa4a5f
commit
8935329d60
54
config.yaml
54
config.yaml
|
|
@ -6,46 +6,32 @@ data_dir: ~/.message-center
|
||||||
|
|
||||||
accounts:
|
accounts:
|
||||||
tj_jongsma_me:
|
tj_jongsma_me:
|
||||||
host: mail.jongsma.me
|
host: 127.0.0.1
|
||||||
port: 993
|
port: 1143
|
||||||
username: tj@jongsma.me
|
username: tj@jongsma.me
|
||||||
password: "${TJ_STALWART_PASSWORD}"
|
password: ${PROTON_BRIDGE_PASSWORD}
|
||||||
tls: ssl
|
tls: starttls
|
||||||
watch:
|
watch:
|
||||||
- INBOX
|
- INBOX
|
||||||
smtp:
|
smtp:
|
||||||
host: mail.jongsma.me
|
host: 127.0.0.1
|
||||||
port: 465
|
port: 1025
|
||||||
username: tj@jongsma.me
|
username: tj@jongsma.me
|
||||||
password: "${TJ_STALWART_PASSWORD}"
|
password: ${PROTON_BRIDGE_PASSWORD}
|
||||||
from: tj@jongsma.me
|
from: tj@jongsma.me
|
||||||
james_jongsma_me:
|
|
||||||
host: mail.jongsma.me
|
|
||||||
port: 993
|
|
||||||
username: james@jongsma.me
|
|
||||||
password: "${JAMES_STALWART_PASSWORD}"
|
|
||||||
tls: ssl
|
|
||||||
watch:
|
|
||||||
- INBOX
|
|
||||||
smtp:
|
|
||||||
host: mail.jongsma.me
|
|
||||||
port: 465
|
|
||||||
username: james@jongsma.me
|
|
||||||
password: "${JAMES_STALWART_PASSWORD}"
|
|
||||||
from: "James <james@jongsma.me>"
|
|
||||||
johan_jongsma_me:
|
johan_jongsma_me:
|
||||||
host: mail.jongsma.me
|
host: 127.0.0.1
|
||||||
port: 993
|
port: 1143
|
||||||
username: johan@jongsma.me
|
username: johan@jongsma.me
|
||||||
password: "${JOHAN_STALWART_PASSWORD}"
|
password: ${JOHAN_BRIDGE_PASSWORD}
|
||||||
tls: ssl
|
tls: starttls
|
||||||
watch:
|
watch:
|
||||||
- INBOX
|
- INBOX
|
||||||
smtp:
|
smtp:
|
||||||
host: mail.jongsma.me
|
host: 127.0.0.1
|
||||||
port: 465
|
port: 1025
|
||||||
username: johan@jongsma.me
|
username: johan@jongsma.me
|
||||||
password: "${JOHAN_STALWART_PASSWORD}"
|
password: ${JOHAN_BRIDGE_PASSWORD}
|
||||||
from: johan@jongsma.me
|
from: johan@jongsma.me
|
||||||
|
|
||||||
connectors:
|
connectors:
|
||||||
|
|
@ -54,19 +40,9 @@ connectors:
|
||||||
name: whatsapp
|
name: whatsapp
|
||||||
base_url: http://localhost:8030
|
base_url: http://localhost:8030
|
||||||
sms:
|
sms:
|
||||||
enabled: false
|
enabled: true
|
||||||
name: sms
|
name: sms
|
||||||
gateway_url: http://localhost:9877
|
gateway_url: http://localhost:9877
|
||||||
signal:
|
|
||||||
enabled: true
|
|
||||||
api_url: http://localhost:8080
|
|
||||||
number: "+31634481877"
|
|
||||||
poll_interval: 5
|
|
||||||
contacts:
|
|
||||||
"+17272252475": "Johan"
|
|
||||||
"+17272381189": "Misha"
|
|
||||||
"+31646563377": "Roos"
|
|
||||||
"+31624403744": "Jacques"
|
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue