2021-03-19 13:43:34 +03:00
|
|
|
/**
|
|
|
|
* Configuration options that are only used by the JavaScript part of the project.
|
|
|
|
*/
|
|
|
|
|
2020-12-30 06:58:45 +03:00
|
|
|
exports.defaultLogServerPort = 20060
|
|
|
|
exports.defaultLogServerHost = `localhost:${exports.defaultLogServerPort}`
|