mirror of
https://github.com/enso-org/enso.git
synced 2024-11-24 08:41:40 +03:00
7 lines
206 B
JavaScript
7 lines
206 B
JavaScript
/**
|
|
* Configuration options that are only used by the JavaScript part of the project.
|
|
*/
|
|
|
|
export const defaultLogServerPort = 20060
|
|
export const defaultLogServerHost = `localhost:${defaultLogServerPort}`
|