mirror of
https://github.com/node-red/node-red
synced 2024-11-21 23:48:30 +00:00
Revert settings.js
This commit is contained in:
parent
8389df9729
commit
56ef982345
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
settings.js
|
||||
node_modules
|
||||
credentials.json
|
||||
flows*.json
|
||||
|
12
settings.js
12
settings.js
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user