diff options
Diffstat (limited to 'gerboweb/deploy/notification_proxy_config.py.j2')
-rw-r--r-- | gerboweb/deploy/notification_proxy_config.py.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
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')}}' |