Updated credentials storage so there is a .._cred.... file per flow.

Allows swapping flows more easily without having to re-enter credentials.
Thus also added *_cred* to .gitignore
This commit is contained in:
Dave C-J
2014-05-02 14:35:51 +01:00
parent 84093bcb6e
commit a9e07f8b78
3 changed files with 56 additions and 46 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
node_modules
credentials.json
flows*.json
*_cred*
nodes/node-red-nodes/
.npm