Remove hardcoded values

This commit is contained in:
Patrick Jentsch
2020-04-09 07:57:52 +02:00
parent 5069c5facd
commit 0f28b6296d
2 changed files with 3 additions and 3 deletions

View File

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