This commit is contained in:
@@ -7,3 +7,7 @@ class Config:
|
||||
SENTRY_DSN = os.environ.get("SENTRY_DSN")
|
||||
RELEASE_ID = os.environ.get("RELEASE_ID", "test")
|
||||
RELEASEMODE = os.environ.get("RELEASEMODE", "dev")
|
||||
MODEL_INFO_URL = os.environ.get("MODEL_INFO_URL", "http://model-service/model/svm/$default")
|
||||
INPUT_SERVICE_URL = os.environ.get("INPUT_SERVICE_URL", "http://input-service/input")
|
||||
|
||||
DROPALL = os.environ.get("DROPALL", "no").lower() in ['yes', 'true', '1']
|
||||
|
||||
Reference in New Issue
Block a user