aboutsummaryrefslogtreecommitdiff
path: root/gerboweb/deploy/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
commita4eba0f69960fc40325c087dc03b9513f657b1e6 (patch)
treeb73c7a30f4cdebc54683875f47cd87888fc9af66 /gerboweb/deploy/notification_proxy_config.py.j2
parente2865d243b360a462b3dae5157fd78fd26be1371 (diff)
downloadgerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.tar.gz
gerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.tar.bz2
gerbolyze-a4eba0f69960fc40325c087dc03b9513f657b1e6.zip
notification_proxy: Add heartbeat and startup monitoring
Diffstat (limited to 'gerboweb/deploy/notification_proxy_config.py.j2')
-rw-r--r--gerboweb/deploy/notification_proxy_config.py.j24
1 files changed, 4 insertions, 0 deletions
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')}}'