node-red add authentication
This commit is contained in:
10
services/node-red/deploy/app/node-red-settings.example.js
Normal file
10
services/node-red/deploy/app/node-red-settings.example.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
adminAuth: {
|
||||
type: "credentials",
|
||||
users: [{
|
||||
username: "?????",
|
||||
password: "??????",
|
||||
permissions: "*"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user