defaults.py: adjust email address for nginx security info

This commit is contained in:
Rico 2022-05-18 15:51:32 +02:00
parent 300e2b1506
commit d6db3ac8ca
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
hostmaster_email = 'hostmaster@kunbox.net'
hostmaster_email = 'hostmaster@qzwi.de'
security_email = f'mailto:{hostmaster_email}'
security_lang = {'en', 'de'}