From a4eba0f69960fc40325c087dc03b9513f657b1e6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Wed, 22 Jan 2020 15:54:59 +0100 Subject: notification_proxy: Add heartbeat and startup monitoring --- gerboweb/deploy/notification_proxy_config.py.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gerboweb/deploy/notification_proxy_config.py.j2') diff --git a/gerboweb/deploy/notification_proxy_config.py.j2 b/gerboweb/deploy/notification_proxy_config.py.j2 index ea53e34..2ecf571 100644 --- a/gerboweb/deploy/notification_proxy_config.py.j2 +++ b/gerboweb/deploy/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')}}' -- cgit