Merge "Fix INF-353 fail to check duplication during creating Inventory change subscri...
authorBin Yang <bin.yang@windriver.com>
Fri, 11 Nov 2022 10:42:15 +0000 (10:42 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Fri, 11 Nov 2022 10:42:15 +0000 (10:42 +0000)
o2common/config/config.py

index 690f4e9..f488b71 100644 (file)
@@ -56,7 +56,7 @@ def get_api_url():
     port_external = 30205
     port = port_internal if host_external is None or host_external == '' \
         else port_external
-    return f"http://{host}:{port}"
+    return f"https://{host}:{port}"
 
 
 def get_root_api_base():