kopia lustrzana https://github.com/Yakifo/amqtt
pull/8/head
rodzic
d0e32610bd
commit
6e69726da8
|
@ -33,6 +33,7 @@ _defaults = {
|
|||
'publish-retry-delay': 5,
|
||||
'auth': {
|
||||
'allow-anonymous': True,
|
||||
'password-file': None
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -156,6 +157,7 @@ class Broker:
|
|||
plugins-enabled: ['auth.anonymous'] #List of plugins to activate among all registered plugins
|
||||
auth:
|
||||
allow-anonymous: true / false
|
||||
password-file: /some/passwd_file
|
||||
|
||||
:param loop:
|
||||
:return:
|
||||
|
|
Ładowanie…
Reference in New Issue