Good morning to everybody;
I have two instances running on my device (localhost:1881 and localhost:1882), does anybody knows how can I put diferents passwords on dashboard on the both instances?
Normaly when I'm using just one instance (localhost:1880) I modify this on settings.js:
// To password protect the node-defined HTTP endpoints (httpNodeRoot), or
// the static content (httpStatic), the following properties can be used.
// The pass field is a bcrypt hash of the password.
// See http://nodered.org/docs/security.html#generating-the-password-hash
httpNodeAuth: {user:"xxxx",pass:"xxxx"
httpStaticAuth: {user:"xxx",pass:"xxxxx`
But now I don't know how I can put password on dashboard when I'm using multiples instances, Can anybody help me?
Thank you all;