Create project
This commit is contained in:
commit
13be42790a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.backup
|
||||||
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
sandbox
|
||||||
|
=======
|
||||||
|
|
||||||
|
Sandbox for Tests
|
||||||
|
|
||||||
|
### 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.
|
||||||
1
flows.json
Normal file
1
flows.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
3
flows_cred.json
Normal file
3
flows_cred.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$": "5210ab61524655549081c3a3e4eadb6c1p0="
|
||||||
|
}
|
||||||
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "sandbox",
|
||||||
|
"description": "Sandbox for Tests",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"dependencies": {},
|
||||||
|
"node-red": {
|
||||||
|
"settings": {
|
||||||
|
"flowFile": "flows.json",
|
||||||
|
"credentialsFile": "flows_cred.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user