fix the value of MSB_SERVICE_PROTOCOL
[modeling/etsicatalog.git] / 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)