Change storage dir

This commit is contained in:
Patrick Jentsch
2019-12-02 11:57:08 +01:00
parent f63a850175
commit 0c55c027db
5 changed files with 17 additions and 17 deletions

View File

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