mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Renaming: opaque->nopaque
This commit is contained in:
@ -18,8 +18,8 @@ class Config:
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
''' ### Opaque ### '''
|
||||
OPAQUE_ADMIN = os.environ.get('OPAQUE_ADMIN')
|
||||
OPAQUE_STORAGE_DIRECTORY = '/mnt/opaque'
|
||||
NOPAQUE_ADMIN = os.environ.get('NOPAQUE_ADMIN')
|
||||
NOPAQUE_STORAGE = '/mnt/opaque'
|
||||
|
||||
@staticmethod
|
||||
def init_app(app):
|
||||
|
Reference in New Issue
Block a user