We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fac6c commit 64e7d4bCopy full SHA for 64e7d4b
util/config_handler.py
@@ -6,7 +6,7 @@
6
__config = None
7
8
# meant as a const value since env variables will be removed at some point
9
-REQUEST_URL = "http://refinery-gateway/api/v1/misc/full_config"
+REQUEST_URL = "http://refinery-gateway:80/full_config"
10
11
12
def __get_config() -> Dict[str, Any]:
0 commit comments