diff options
-rw-r--r-- | catalog/pub/config/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/pub/config/config.py b/catalog/pub/config/config.py index a4a8ce5..dcc6cc1 100644 --- a/catalog/pub/config/config.py +++ b/catalog/pub/config/config.py @@ -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) |