removed variables again

This commit is contained in:
Patrick Jentsch
2020-04-08 17:40:56 +02:00
parent 6bbe0129b4
commit 5069c5facd
3 changed files with 3 additions and 4 deletions

View File

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