fix the value of MSB_SERVICE_PROTOCOL 09/106309/1
authordyh <dengyuanhong@chinamobile.com>
Tue, 21 Apr 2020 01:45:05 +0000 (09:45 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 21 Apr 2020 01:46:58 +0000 (09:46 +0800)
Issue-ID: MODELING-356
Change-Id: I7620d469d83c7d776acb0533d8acdf166df3b2ff
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
catalog/pub/config/config.py

index a4a8ce5..dcc6cc1 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 # [MSB]
-MSB_SERVICE_PROTOCOL = 'https'
+MSB_SERVICE_PROTOCOL = 'http'
 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)