Remove stuff and add variables

This commit is contained in:
Patrick Jentsch
2020-04-08 17:21:42 +02:00
parent ca833c966a
commit f27d56ac6b
5 changed files with 17 additions and 88 deletions

View File

@ -20,7 +20,7 @@ class Config:
''' ### Opaque ### '''
NOPAQUE_ADMIN = os.environ.get('NOPAQUE_ADMIN')
NOPAQUE_STORAGE = '/mnt/nopaque'
NOPAQUE_STORAGE = os.environ.get('NOPAQUE_STORAGE')
@staticmethod
def init_app(app):