kopia lustrzana https://github.com/Yakifo/amqtt
Add model for authentication configuration
rodzic
933e0065fa
commit
872ca87d4d
|
@ -150,6 +150,9 @@ class Broker:
|
||||||
type: ws
|
type: ws
|
||||||
timeout-disconnect-delay: 2
|
timeout-disconnect-delay: 2
|
||||||
publish-retry-delay: 5
|
publish-retry-delay: 5
|
||||||
|
auth:
|
||||||
|
allow-anonymous: true / false
|
||||||
|
plugins: ['auth.anonymous'] #List of plugins to activate among all registered plugins
|
||||||
|
|
||||||
:param loop:
|
:param loop:
|
||||||
:return:
|
:return:
|
||||||
|
|
Ładowanie…
Reference in New Issue