Enlever l'authentification
This commit is contained in:
parent
bb99bc313d
commit
dec2dd0ad2
1 changed files with 0 additions and 12 deletions
|
@ -10,21 +10,9 @@ in
|
|||
{
|
||||
address = "0.0.0.0";
|
||||
port = port;
|
||||
acl = [
|
||||
"topic read #"
|
||||
"topic deny $SYS/#"
|
||||
];
|
||||
settings = {
|
||||
allow_anonymous = true;
|
||||
};
|
||||
users.admin = {
|
||||
acl = [ "readwrite #" "readwrite $SYS/#" ];
|
||||
hashedPassword = "$7$101$7Jd6gbsa3mSmsw4o$9QytXhPe8b0ISWj6NdEzcdYOnIgWsjwKUOQq8GIgw3e5wLsoIutUr/l+6zNABJpfb0dHipxrDMCNQ2K4mBh2oQ==";
|
||||
};
|
||||
users.maurice = {
|
||||
acl = [ "readwrite #" "read $SYS/#" ];
|
||||
hashedPassword = "$7$101$l0ZJJnnxGFr1tEQi$drqX1AHzXyqsbhhx87jszJW4IgTIBbr3I57+rrmsgldeWNLzBJikW5BwKGHnj9K5TwEBMrdOf5v0wnlbln/Q0Q==";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue