This commit is contained in:
gongwenxin 2025-09-12 15:39:04 +08:00
parent b9b347fe7e
commit 679b121087
5 changed files with 22 additions and 4 deletions

View File

@ -0,0 +1,8 @@
{
"projects": {
"zsy": {
"credentialSecret": false
}
},
"activeProject": "zsy"
}

View File

@ -1,5 +1,4 @@
{
"instanceId": "4bb24a6ce0b99c22",
"_credentialSecret": "c08c905ca72ad32a1ea0cae32e15fde44dbe071590593561c792312af6d3e7fa",
"telemetryEnabled": false
}

View File

@ -17,6 +17,16 @@
"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"
}
}
}
}

@ -0,0 +1 @@
Subproject commit 2c27b50428465721d89cba54c451a71a5c8e7528

View File

@ -41,7 +41,7 @@ module.exports = {
* node-red from being able to decrypt your existing credentials and they will be
* lost.
*/
//credentialSecret: "a-secret-key",
credentialSecret: "6522c1f3dbef6819f79c1bcea3453ea84f7f134b8369112380df9bf69a0267be",
/** By default, the flow JSON will be formatted over multiple lines making
* it easier to compare changes when using version control.
@ -437,7 +437,7 @@ module.exports = {
projects: {
/** To enable the Projects feature, set this value to true */
enabled: false,
enabled: true,
workflow: {
/** Set the default projects workflow mode.
* - manual - you must manually commit changes