project
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"projects": {
|
||||||
|
"zsy": {
|
||||||
|
"credentialSecret": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"activeProject": "zsy"
|
||||||
|
}
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"instanceId": "4bb24a6ce0b99c22",
|
"instanceId": "4bb24a6ce0b99c22",
|
||||||
"_credentialSecret": "c08c905ca72ad32a1ea0cae32e15fde44dbe071590593561c792312af6d3e7fa",
|
|
||||||
"telemetryEnabled": false
|
"telemetryEnabled": false
|
||||||
}
|
}
|
||||||
@@ -17,6 +17,16 @@
|
|||||||
"welcome": "4.1.0"
|
"welcome": "4.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"menu-menu-item-palette": true
|
"menu-menu-item-palette": true,
|
||||||
|
"git": {
|
||||||
|
"globalUser": {
|
||||||
|
"name": "gongwenxin",
|
||||||
|
"email": "gongwenxin@buaa.edu.cn"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"name": "gongwenxin",
|
||||||
|
"email": "gongwenxin@buaa.edu.cn"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Submodule
+1
Submodule .node-red-data/projects/zsy added at 2c27b50428
@@ -41,7 +41,7 @@ module.exports = {
|
|||||||
* node-red from being able to decrypt your existing credentials and they will be
|
* node-red from being able to decrypt your existing credentials and they will be
|
||||||
* lost.
|
* lost.
|
||||||
*/
|
*/
|
||||||
//credentialSecret: "a-secret-key",
|
credentialSecret: "6522c1f3dbef6819f79c1bcea3453ea84f7f134b8369112380df9bf69a0267be",
|
||||||
|
|
||||||
/** By default, the flow JSON will be formatted over multiple lines making
|
/** By default, the flow JSON will be formatted over multiple lines making
|
||||||
* it easier to compare changes when using version control.
|
* it easier to compare changes when using version control.
|
||||||
@@ -437,7 +437,7 @@ module.exports = {
|
|||||||
|
|
||||||
projects: {
|
projects: {
|
||||||
/** To enable the Projects feature, set this value to true */
|
/** To enable the Projects feature, set this value to true */
|
||||||
enabled: false,
|
enabled: true,
|
||||||
workflow: {
|
workflow: {
|
||||||
/** Set the default projects workflow mode.
|
/** Set the default projects workflow mode.
|
||||||
* - manual - you must manually commit changes
|
* - manual - you must manually commit changes
|
||||||
|
|||||||
Reference in New Issue
Block a user