summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lcm/pub/config/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/pub/config/config.py b/lcm/pub/config/config.py
index b7c18162..be47c1ea 100644
--- a/lcm/pub/config/config.py
+++ b/lcm/pub/config/config.py
@@ -57,13 +57,13 @@ CATALOG_ROOT_PATH = None
CATALOG_URL_PATH = None
# [aai config]
-AAI_BASE_URL = "https://127.0.0.1:8443/aai/v11"
+AAI_BASE_URL = "http://%s:%s/aai/v11" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
AAI_USER = "AAI"
AAI_PASSWD = "AAI"
REPORT_TO_AAI = True
# [sdc config]
-SDC_BASE_URL = "https://127.0.0.1:8443/api/sdc/v1"
+SDC_BASE_URL = "http://%s:%s/api" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
SDC_USER = "SDC"
SDC_PASSWD = "SDC"