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