aboutsummaryrefslogtreecommitdiff
path: root/notification_proxy_config.py.j2
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-01-22 15:54:59 +0100
committerjaseg <code@jaseg.net>2020-01-22 15:57:23 +0100
commit6c2bf701f63c36ce12208fd87136954aa9839e58 (patch)
treee9293020ab920ba56fcf4c745d1419a774decb90 /notification_proxy_config.py.j2
parentbb79cce197725b1f4cf3824d3c51e6587c8754c3 (diff)
downloadinfra-6c2bf701f63c36ce12208fd87136954aa9839e58.tar.gz
infra-6c2bf701f63c36ce12208fd87136954aa9839e58.tar.bz2
infra-6c2bf701f63c36ce12208fd87136954aa9839e58.zip
notification_proxy: Add heartbeat and startup monitoring
Diffstat (limited to 'notification_proxy_config.py.j2')
-rw-r--r--notification_proxy_config.py.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/notification_proxy_config.py.j2 b/notification_proxy_config.py.j2
index ea53e34..2ecf571 100644
--- a/notification_proxy_config.py.j2
+++ b/notification_proxy_config.py.j2
@@ -1,5 +1,9 @@
SENDGRID_APIKEY = '{{lookup('file', 'notification_proxy_sendgrid_apikey.txt')}}'
DOMAIN = 'automation.jaseg.de'
+SMTP_HOST = "smtp.sendgrid.net"
+SMTP_PORT = 465
+HEARTBEAT_TIMEOUT = 300
+SQLITE_DB = '{{notification_proxy_sqlite_dbfile}}'
SECRET_KLINGEL = '{{lookup('password', 'notification_proxy_klingel_secret.txt length=32')}}'