aboutsummaryrefslogtreecommitdiff
path: root/notification_proxy_config.py.j2
blob: 2ecf571faf088173b9c7b166caf0d28c4fa0da19 (plain)
1
2
3
4
5
6
7
8
9
SENDGRID_APIKEY = '{{lookup('file', 'notification_proxy_sendgrid_apikey.txt')}}'
DOMAIN = 'automation.jaseg.de'
SMTP_HOST = "smtp.sendgrid.net"
SMTP_PORT = 465
HEARTBEAT_TIMEOUT = 300
SQLITE_DB = '{{notification_proxy_sqlite_dbfile}}'

SECRET_KLINGEL = '{{lookup('password', 'notification_proxy_klingel_secret.txt length=32')}}'