mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
|
|
module.exports = {
|
||
|
|
uiHost: "0.0.0.0",
|
||
|
|
uiPort: Number(process.env.PORT || 1880),
|
||
|
|
httpAdminRoot: "/nrdp",
|
||
|
|
httpNodeRoot: "/",
|
||
|
|
functionGlobalContext: {},
|
||
|
|
};
|