Add new config option. DOCKER_NETWORK_NAME

This commit is contained in:
Patrick Jentsch
2022-10-12 15:32:47 +02:00
parent 399d41dd08
commit 2ead38bbe4
3 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,9 @@ load_dotenv(os.path.join(basedir, '.env'))
class Config:
''' Docker '''
DOCKER_NETWORK_NAME = os.environ.get('DOCKER_NETWORK_NAME', 'nopaque_default')
''' APIFairy '''
APIFAIRY_TITLE = 'nopaque'
APIFAIRY_VERSION = '0.0.1'