X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog%2Fpub%2Fconfig%2Fconfig.py;h=a4a8ce58a155f4b9a3153642437717deb2f28137;hb=3ff968b21a477944ed66b4261f5d9c9a182eb954;hp=3b8a59e0955806dab095ce570b70148ca45402fe;hpb=9d63f079341419d875ac5e697cefde920d26c802;p=modeling%2Fetsicatalog.git diff --git a/catalog/pub/config/config.py b/catalog/pub/config/config.py index 3b8a59e..a4a8ce5 100644 --- a/catalog/pub/config/config.py +++ b/catalog/pub/config/config.py @@ -13,8 +13,10 @@ # limitations under the License. # [MSB] +MSB_SERVICE_PROTOCOL = 'https' MSB_SERVICE_IP = '127.0.0.1' MSB_SERVICE_PORT = '80' +MSB_BASE_URL = "%s://%s:%s" % (MSB_SERVICE_PROTOCOL, MSB_SERVICE_IP, MSB_SERVICE_PORT) # [REDIS] # REDIS_HOST = '127.0.0.1' @@ -92,7 +94,7 @@ CATALOG_URL_PATH = None # [sdc config] SDC_BASE_URL = "https://msb-iag/api" -SDC_USER = "aai" +SDC_USER = "modeling" SDC_PASSWD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" VNFD_SCHEMA_VERSION_DEFAULT = "base"