Skip to content

Commit 419991b

Browse files
committed
remove config service
1 parent e8694e3 commit 419991b

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

check_config_service

Lines changed: 0 additions & 31 deletions
This file was deleted.

handler/config_handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
__config = None
77

88
# meant as a const value since env variables will be removed at some point
9-
REQUEST_URL = "http://refinery-config:80/full_config"
9+
# REQUEST_URL = "http://refinery-config:80/full_config"
10+
REQUEST_URL = "http:///refinery-gateway/api/v1/misc/full_config"
1011

1112

1213
def __get_config() -> Dict[str, Any]:

start

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/bash
22
trap "echo -ne '\nstopping container...' && docker stop refinery-tokenizer > /dev/null 2>&1 && echo -ne '\t\t [done]\n'" EXIT
33

4-
5-
source check_config_service
6-
74
HIDE_BUILD=0
85
while getopts :s flag
96
do

0 commit comments

Comments
 (0)