mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 00:11:45 +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}`
|