Skip to content

Commit 2a08f64

Browse files
committed
Remove refinery config
1 parent ee7a9ba commit 2a08f64

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

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]:

service_overview.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ class Service(Enum):
4242
"link": "https://github.com/code-kern-ai/refinery-authorizer",
4343
"public_repo": True,
4444
},
45-
Service.CONFIG: {
46-
"name": "Config",
47-
"link": "https://github.com/code-kern-ai/refinery-config",
48-
"public_repo": True,
49-
},
5045
Service.EMBEDDER: {
5146
"name": "Embedder",
5247
"link": "https://github.com/code-kern-ai/refinery-embedder",

0 commit comments

Comments
 (0)