project:zsy
This commit is contained in:
parent
679b121087
commit
0ca0e0f3fe
@ -1 +0,0 @@
|
|||||||
Subproject commit 2c27b50428465721d89cba54c451a71a5c8e7528
|
|
||||||
7
.node-red-data/projects/zsy/README.md
Normal file
7
.node-red-data/projects/zsy/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
zsy
|
||||||
|
===
|
||||||
|
|
||||||
|
### About
|
||||||
|
|
||||||
|
This is your project's README.md file. It helps users understand what your
|
||||||
|
project does, how to use it and anything else they may need to know.
|
||||||
12
.node-red-data/projects/zsy/package.json
Normal file
12
.node-red-data/projects/zsy/package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "zsy",
|
||||||
|
"description": "A Node-RED Project",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"dependencies": {},
|
||||||
|
"node-red": {
|
||||||
|
"settings": {
|
||||||
|
"flowFile": "flows.json",
|
||||||
|
"credentialsFile": "flows_cred.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -437,6 +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,
|
enabled: true,
|
||||||
workflow: {
|
workflow: {
|
||||||
/** Set the default projects workflow mode.
|
/** Set the default projects workflow mode.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user