@mdf.js/service-registry
Version:
MMS - API - Service Registry
11 lines • 491 B
TypeScript
/**
* 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.
*/
/** Default port for the observability server */
export declare const DEFAULT_PORT = 9080;
/** Default primary port for the observability server, used for primary process in cluster mode */
export declare const DEFAULT_PRIMARY_PORT = 9081;
//# sourceMappingURL=const.d.ts.map