aboutsummaryrefslogtreecommitdiff
path: root/notification_proxy_config.py.j2
diff options
context:
space:
mode:
Diffstat (limited to 'notification_proxy_config.py.j2')
-rw-r--r--notification_proxy_config.py.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/notification_proxy_config.py.j2 b/notification_proxy_config.py.j2
new file mode 100644
index 0000000..ea53e34
--- /dev/null
+++ b/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')}}'