We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8694e3 commit 419991bCopy full SHA for 419991b
check_config_service
handler/config_handler.py
@@ -6,7 +6,8 @@
6
__config = None
7
8
# meant as a const value since env variables will be removed at some point
9
-REQUEST_URL = "http://refinery-config:80/full_config"
+# REQUEST_URL = "http://refinery-config:80/full_config"
10
+REQUEST_URL = "http:///refinery-gateway/api/v1/misc/full_config"
11
12
13
def __get_config() -> Dict[str, Any]:
start
@@ -1,9 +1,6 @@
1
#!/bin/bash
2
trap "echo -ne '\nstopping container...' && docker stop refinery-tokenizer > /dev/null 2>&1 && echo -ne '\t\t [done]\n'" EXIT
3
4
-
5
-source check_config_service
HIDE_BUILD=0
while getopts :s flag
do
0 commit comments