Skip to content

Remove refinery-config #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__config = None

# meant as a const value since env variables will be removed at some point
REQUEST_URL = "http://refinery-config:80/full_config"
REQUEST_URL = "http://refinery-gateway:80/full_config"


def __get_config() -> Dict[str, Any]:
Expand Down
5 changes: 0 additions & 5 deletions service_overview.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ class Service(Enum):
"link": "https://github.com/code-kern-ai/refinery-authorizer",
"public_repo": True,
},
Service.CONFIG: {
"name": "Config",
"link": "https://github.com/code-kern-ai/refinery-config",
"public_repo": True,
},
Service.EMBEDDER: {
"name": "Embedder",
"link": "https://github.com/code-kern-ai/refinery-embedder",
Expand Down
2 changes: 1 addition & 1 deletion submodules/s3