mirror of
https://github.com/enso-org/enso.git
synced 2024-11-28 07:54:31 +03:00
7 lines
204 B
JavaScript
7 lines
204 B
JavaScript
/**
|
|
* Configuration options that are only used by the JavaScript part of the project.
|
|
*/
|
|
|
|
exports.defaultLogServerPort = 20060
|
|
exports.defaultLogServerHost = `localhost:${exports.defaultLogServerPort}`
|