mirror of
https://github.com/enso-org/enso.git
synced 2024-11-28 07:41:56 +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}`
|