Fix the vnflcm problem of registering MSB with HTTPS
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / config / config.py
index 5023aef..27896d0 100644 (file)
@@ -14,7 +14,8 @@
 
 # [MSB]
 MSB_SERVICE_IP = '127.0.0.1'
-MSB_SERVICE_PORT = '80'
+MSB_SERVICE_PORT = '443'
+MSB_BASE_URL = "https://%s:%s" % (MSB_SERVICE_IP, MSB_SERVICE_PORT)
 
 # [REDIS]
 REDIS_HOST = '127.0.0.1'