Config changed for api url

This commit is contained in:
2020-09-25 13:02:44 +02:00
parent 005372497c
commit 80a7557467
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ TICK_INTERVAL = int(os.environ.get("TICK_INTERVAL", "3"))
TARGET_NAME = os.environ.get("TARGET_CLASS_NAME")
MODEL_ID = os.environ.get("MODEL_ID")
INPUT_SVC_URL = os.environ.get("INPUT_SVC_URL", "http://localhost:8080/sample")
API_URL = os.environ.get("API_URL", "http://localhost:8080")