infra/notification_proxy_config.py.j2
2020-01-22 15:57:23 +01:00

5 lines
207 B
Django/Jinja

SENDGRID_APIKEY = '{{lookup('file', 'notification_proxy_sendgrid_apikey.txt')}}'
DOMAIN = 'automation.jaseg.de'
SECRET_KLINGEL = '{{lookup('password', 'notification_proxy_klingel_secret.txt length=32')}}'