X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fconstants.js;fp=skyquake%2Fframework%2Fcore%2Fapi_utils%2Fconstants.js;h=7f54797f512ab620e699cb6dbfcd6dc6bfa74cfc;hb=5a83ca0dc3306b54e1db18b9e05e860fed21324e;hp=0aac7d2d0a0de4bc787af22035ffc2980b8ca72f;hpb=de8cda680ce17b1555789bf2f4d3145c0d4d4849;p=osm%2FUI.git diff --git a/skyquake/framework/core/api_utils/constants.js b/skyquake/framework/core/api_utils/constants.js index 0aac7d2d0..7f54797f5 100644 --- a/skyquake/framework/core/api_utils/constants.js +++ b/skyquake/framework/core/api_utils/constants.js @@ -73,6 +73,7 @@ constants.SOCKET_BASE_PORT = 3500; constants.SOCKET_POOL_LENGTH = 20; constants.SERVER_PORT = process.env.SERVER_PORT || 8000; constants.SECURE_SERVER_PORT = process.env.SECURE_SERVER_PORT || 8443; +constants.REJECT_UNAUTHORIZED = false; constants.BASE_PACKAGE_UPLOAD_DESTINATION = 'upload/packages/'; constants.PACKAGE_MANAGER_SERVER_PORT = 4567;