mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
adjust settings comments to more like existing std
This commit is contained in:
parent
367f9b6232
commit
4054d0eca7
10
packages/node_modules/node-red/settings.js
vendored
10
packages/node_modules/node-red/settings.js
vendored
@ -237,16 +237,16 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
// lang: "de",
|
// lang: "de",
|
||||||
|
|
||||||
/** ### Configure diagnostics options
|
/** Configure diagnostics options
|
||||||
* - `.enabled`: When `enabled` is `true` (or unset), diagnostics data will
|
* - enabled: When `enabled` is `true` (or unset), diagnostics data will
|
||||||
* be available at http://localhost:1880/diagnostics
|
* be available at http://localhost:1880/diagnostics
|
||||||
* - `.ui`: When `ui` is `true` (or unset), the action `show-system-info` will
|
* - ui: When `ui` is `true` (or unset), the action `show-system-info` will
|
||||||
* be available to logged in users of node-red editor
|
* be available to logged in users of node-red editor
|
||||||
*/
|
*/
|
||||||
diagnostics: {
|
diagnostics: {
|
||||||
/** @type {boolean} `enabled` - enable or disable diagnostics endpoint. Must be set to `false` to disable */
|
/** enable or disable diagnostics endpoint. Must be set to `false` to disable */
|
||||||
enabled: true,
|
enabled: true,
|
||||||
/** @type {boolean} `ui` - enable or disable diagnostics display in the node-red editor. Must be set to `false` to disable */
|
/** enable or disable diagnostics display in the node-red editor. Must be set to `false` to disable */
|
||||||
ui: true,
|
ui: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user