1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Revert settings.js

This commit is contained in:
Nick O'Leary 2015-01-18 21:24:19 +00:00
parent 8389df9729
commit 56ef982345
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
settings.js
node_modules
credentials.json
flows*.json

View File

@ -20,18 +20,6 @@
module.exports = {
adminAuth: {
type: "credentials",
users: [ {
username: "nol",
password: "5f4dcc3b5aa765d61d8327deb882cf99", // password
permissions: "*"
}],
anonymous: {
permissions: "read"
}
},
// the tcp port that the Node-RED web server is listening on
uiPort: 1880,