diff options
-rw-r--r-- | lcm/pub/config/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/pub/config/config.py b/lcm/pub/config/config.py index be47c1ea..a7213400 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 = "http://%s:%s/aai/v11" % (MSB_SERVICE_IP, MSB_SERVICE_PORT) +AAI_BASE_URL = "http://127.0.0.1:80/aai/v11" AAI_USER = "AAI" AAI_PASSWD = "AAI" REPORT_TO_AAI = True # [sdc config] -SDC_BASE_URL = "http://%s:%s/api" % (MSB_SERVICE_IP, MSB_SERVICE_PORT) +SDC_BASE_URL = "http://127.0.0.1:80/api" SDC_USER = "SDC" SDC_PASSWD = "SDC" |