mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
4447288a4c
commit
3213c03754
7
packages/node_modules/node-red/settings.js
vendored
7
packages/node_modules/node-red/settings.js
vendored
@ -79,11 +79,12 @@ module.exports = {
|
|||||||
// lost.
|
// lost.
|
||||||
//credentialSecret: "a-secret-key",
|
//credentialSecret: "a-secret-key",
|
||||||
|
|
||||||
// By default, all user data is stored in the Node-RED install directory. To
|
// By default, all user data is stored in a directory called `.node-red` under
|
||||||
// use a different location, the following property can be used
|
// the user's home directory. To use a different location, the following
|
||||||
|
// property can be used
|
||||||
//userDir: '/home/nol/.node-red/',
|
//userDir: '/home/nol/.node-red/',
|
||||||
|
|
||||||
// Node-RED scans the `nodes` directory in the install directory to find nodes.
|
// Node-RED scans the `nodes` directory in the userDir to find local node files.
|
||||||
// The following property can be used to specify an additional directory to scan.
|
// The following property can be used to specify an additional directory to scan.
|
||||||
//nodesDir: '/home/nol/.node-red/nodes',
|
//nodesDir: '/home/nol/.node-red/nodes',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user