Fix the catalog problem of registering MSB with HTTPS
[vfc/nfvo/catalog.git] / catalog / pub / config / config.py
index b8a5141..1c6afb6 100644 (file)
@@ -14,7 +14,7 @@
 
 # [MSB]
 MSB_SERVICE_IP = '127.0.0.1'
-MSB_SERVICE_PORT = '80'
+MSB_SERVICE_PORT = '443'
 
 # [REDIS]
 REDIS_HOST = '127.0.0.1'