Skip to content

Commit

Permalink
Merge pull request #47 from bento-platform/patch/gohan-conf
Browse files Browse the repository at this point in the history
patch: add gohan url to wes conf
  • Loading branch information
davidlougheed authored Aug 23, 2023
2 parents 3b97fc3 + 36077c5 commit b79e0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bento_wes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b79e0d3

Please sign in to comment.