From 1864d692878ebc5a6d6e3725e70f080ea508f811 Mon Sep 17 00:00:00 2001 From: Everaldo Date: Mon, 14 Oct 2024 13:07:48 -0700 Subject: [PATCH] Fix config hub. --- src/config_hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_hub.py b/src/config_hub.py index 0c889c4e..ce3cef84 100644 --- a/src/config_hub.py +++ b/src/config_hub.py @@ -20,7 +20,7 @@ }, "env": { "prod": { - "host": "http://:9200", + "host": "http://localhost:9200", "indexer": { "args": { "timeout": 300,