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