Skip to content

Commit

Permalink
get drshub url from helm not hardcoded reference.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaldo committed Feb 9, 2024
1 parent b81e3fa commit 200434a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http/src/main/resources/leo.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,7 @@ clusterFiles {
proxyRootCaPem = ${?ROOT_CA_PEM_PATH}
proxyRootCaKey = ${?ROOT_CA_KEY_PATH}
}

drs {
url = ${?DRS_URL}
}

0 comments on commit 200434a

Please sign in to comment.