@mdf.js/service-registry
Version:
MMS - API - Service Registry
14 lines • 602 B
JavaScript
;
/**
* Copyright 2024 Mytra Control S.L. All rights reserved.
*
* Use of this source code is governed by an MIT-style license that can be found in the LICENSE file
* or at https://opensource.org/licenses/MIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_PRIMARY_PORT = exports.DEFAULT_PORT = void 0;
/** Default port for the observability server */
exports.DEFAULT_PORT = 9080;
/** Default primary port for the observability server, used for primary process in cluster mode */
exports.DEFAULT_PRIMARY_PORT = 9081;
//# sourceMappingURL=const.js.map