From 36077c5ac8e9bc3ae94792e45fcff86a56253df1 Mon Sep 17 00:00:00 2001 From: v-rocheleau Date: Wed, 23 Aug 2023 20:20:31 +0000 Subject: [PATCH] add gohan url to wes conf --- bento_wes/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bento_wes/config.py b/bento_wes/config.py index a82a732..0aad63b 100644 --- a/bento_wes/config.py +++ b/bento_wes/config.py @@ -78,6 +78,7 @@ class Config: # Other services, used for interpolating workflow variables and ( DRS_URL: str = os.environ.get("DRS_URL", "").strip().rstrip("/") + GOHAN_URL: str = os.environ.get("GOHAN_URL", "").strip().rstrip("/") KATSU_URL: str = os.environ.get("KATSU_URL", "").strip().rstrip("/") SERVICE_REGISTRY_URL: str = SERVICE_REGISTRY_URL