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:
parent
8389df9729
commit
56ef982345
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
settings.js
|
||||||
node_modules
|
node_modules
|
||||||
credentials.json
|
credentials.json
|
||||||
flows*.json
|
flows*.json
|
||||||
|
12
settings.js
12
settings.js
@ -20,18 +20,6 @@
|
|||||||
|
|
||||||
|
|
||||||
module.exports = {
|
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
|
// the tcp port that the Node-RED web server is listening on
|
||||||
uiPort: 1880,
|
uiPort: 1880,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user