Enlever l'authentification

This commit is contained in:
hackens server 2022-04-13 17:00:40 +02:00
parent bb99bc313d
commit dec2dd0ad2

View file

@ -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==";
};
}
];
};