From 314d03748e938f62796313386bad52818e89a793 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 17 Jan 2020 11:11:52 +0100 Subject: deploy: add notification proxy --- gerboweb/deploy/notification_proxy_config.py.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gerboweb/deploy/notification_proxy_config.py.j2 (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 new file mode 100644 index 0000000..ea53e34 --- /dev/null +++ b/gerboweb/deploy/notification_proxy_config.py.j2 @@ -0,0 +1,5 @@ + +SENDGRID_APIKEY = '{{lookup('file', 'notification_proxy_sendgrid_apikey.txt')}}' +DOMAIN = 'automation.jaseg.de' + +SECRET_KLINGEL = '{{lookup('password', 'notification_proxy_klingel_secret.txt length=32')}}' -- cgit