mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 23:26:34 +00:00
Route backend, kiosk ingest, kiosk dashboards, and public Node-RED HTTP-in separately. Keep Node-RED editor under admin auth and attach kiosk auth when kiosk loads protected dashboard URLs.
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
module.exports = {
|
|
uiHost: "0.0.0.0",
|
|
uiPort: Number(process.env.PORT || 1880),
|
|
httpAdminRoot: "/nrdp",
|
|
httpNodeRoot: "/",
|
|
functionGlobalContext: {},
|
|
};
|