aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_wrapper/moon_wrapper/http_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/moon_wrapper/moon_wrapper/http_server.py')
-rw-r--r--moonv4/moon_wrapper/moon_wrapper/http_server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/moonv4/moon_wrapper/moon_wrapper/http_server.py b/moonv4/moon_wrapper/moon_wrapper/http_server.py
index d93d6966..39951089 100644
--- a/moonv4/moon_wrapper/moon_wrapper/http_server.py
+++ b/moonv4/moon_wrapper/moon_wrapper/http_server.py
@@ -100,8 +100,8 @@ class HTTPServer(Server):
conf = configuration.get_configuration("components/orchestrator")
_hostname = conf["components/orchestrator"].get("hostname",
"orchestrator")
- _port = conf["components/manager"].get("port", 80)
- _protocol = conf["components/manager"].get("protocol", "http")
+ _port = conf["components/orchestrator"].get("port", 80)
+ _protocol = conf["components/orchestrator"].get("protocol", "http")
self.orchestrator_url = "{}://{}:{}".format(
_protocol, _hostname, _port)
# Todo : specify only few urls instead of *