enso/app/ide-desktop/config.js

7 lines
206 B
JavaScript
Raw Normal View History

/**
* Configuration options that are only used by the JavaScript part of the project.
*/
2022-05-23 05:16:04 +03:00
export const defaultLogServerPort = 20060
export const defaultLogServerHost = `localhost:${defaultLogServerPort}`