Add new config variable and rename opaque_domain -> nopaque_domain

This commit is contained in:
Patrick Jentsch
2020-05-19 14:19:23 +02:00
parent 94a193f6dd
commit ddfa0f47bf
3 changed files with 8 additions and 4 deletions

View File

@ -19,6 +19,7 @@ class Config:
''' ### nopaque ### '''
NOPAQUE_ADMIN = os.environ.get('NOPAQUE_ADMIN')
NOPAQUE_CONTACT = os.environ.get('NOPAQUE_CONTACT')
NOPAQUE_MAIL_SENDER = os.environ.get('NOPAQUE_MAIL_SENDER')
NOPAQUE_MAIL_SUBJECT_PREFIX = '[nopaque]'
NOPAQUE_STORAGE = os.environ.get('NOPAQUE_STORAGE')