mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
default stop/start feature to enabled:false
This commit is contained in:
12
packages/node_modules/node-red/settings.js
vendored
12
packages/node_modules/node-red/settings.js
vendored
@@ -269,17 +269,17 @@ module.exports = {
|
||||
ui: true,
|
||||
},
|
||||
/** Configure runtimeState options
|
||||
* - enabled: When `enabled` is `true` (or unset), runtime Start/Stop will
|
||||
* be available at http://localhost:1880/flows/state
|
||||
* - ui: When `ui` is `true` (or unset), the action `core:start-flows` and
|
||||
* `core:stop-flows` be available to logged in users of node-red editor
|
||||
* - enabled: When `enabled` is `true` flows runtime can be Started/Stoped
|
||||
* by POSTing to available at http://localhost:1880/flows/state
|
||||
* - ui: When `ui` is `true`, the action `core:start-flows` and
|
||||
* `core:stop-flows` will be available to logged in users of node-red editor
|
||||
* Also, the deploy menu (when set to default) will show a stop or start button
|
||||
*/
|
||||
runtimeState: {
|
||||
/** enable or disable flows/state endpoint. Must be set to `false` to disable */
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
/** show or hide runtime stop/start options in the node-red editor. Must be set to `false` to hide */
|
||||
ui: true,
|
||||
ui: false,
|
||||
},
|
||||
/** Configure the logging output */
|
||||
logging: {
|
||||
|
Reference in New Issue
Block a user