chore: regen secrets (notably mqtt)
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
"unsubscribe"
|
||||
"websockets"
|
||||
];
|
||||
settings = {
|
||||
# ???
|
||||
};
|
||||
listeners = [
|
||||
{
|
||||
acl = [ "pattern readwrite #" ];
|
||||
@@ -30,7 +27,7 @@
|
||||
};
|
||||
settings = {
|
||||
allow_anonymous = false;
|
||||
require_certificate = true;
|
||||
require_certificate = false;
|
||||
use_identity_as_username = true;
|
||||
};
|
||||
}
|
||||
@@ -46,8 +43,8 @@
|
||||
};
|
||||
settings = {
|
||||
protocol = "websockets";
|
||||
allow_anonymous = false;
|
||||
require_certificate = true;
|
||||
listener_allow_anonymous = false;
|
||||
require_certificate = false;
|
||||
use_identity_as_username = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user