aboutsummaryrefslogtreecommitdiff
path: root/notification_proxy_config.py.j2
diff options
context:
space:
mode:
authorjaseg <code@jaseg.net>2020-01-17 11:11:52 +0100
committerjaseg <code@jaseg.net>2020-01-22 15:57:23 +0100
commita747ed293ec4449ca15271f9476903905dbbfaf5 (patch)
treefdbd089df1d9052ba7c886cbc3e235ea8c1faab9 /notification_proxy_config.py.j2
parent6408f5a15c8dd3967b073e8a2d160b5f490f534a (diff)
downloadinfra-a747ed293ec4449ca15271f9476903905dbbfaf5.tar.gz
infra-a747ed293ec4449ca15271f9476903905dbbfaf5.tar.bz2
infra-a747ed293ec4449ca15271f9476903905dbbfaf5.zip
deploy: add notification proxy
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')}}'