Just work please
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-14 16:54:51 +01:00
parent a3adb1b17a
commit afde4e58c0
5 changed files with 116 additions and 73 deletions

View File

@@ -41,3 +41,5 @@ class Config:
AUTO_CLEANUP = bool(os.environ.get("AUTO_CLEANUP", "").upper() in ['YES', 'TRUE', '1'])
URSIM_CONTROL_IMAGE = os.environ["URSIM_CONTROL_IMAGE"]
URSIM_CONTROL_CONFIGMAP = os.environ["URSIM_CONTROL_CONFIGMAP"]
LINK_QUALITY_REPORT_URL = os.environ["LINK_QUALITY_REPORT_URL"]