@eclipse-emfcloud/modelserver-theia
Version:
## Typescript Client API
28 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_MODELSERVER_NODE_LAUNCH_OPTIONS = exports.DEFAULT_LAUNCH_OPTIONS = exports.LaunchOptions = void 0;
/********************************************************************************
* Copyright (c) 2019-2022 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0, or the MIT License which is
* available at https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: EPL-2.0 OR MIT
*******************************************************************************/
exports.LaunchOptions = Symbol('LaunchOptions');
exports.DEFAULT_LAUNCH_OPTIONS = {
baseURL: 'api/v2',
serverPort: 8081,
hostname: 'localhost'
};
exports.DEFAULT_MODELSERVER_NODE_LAUNCH_OPTIONS = {
baseURL: 'api/v2',
serverPort: 8082,
hostname: 'localhost',
modelServerNode: {
upstreamPort: 8081
}
};
//# sourceMappingURL=launch-options.js.map