From 6e69726da855a6344d2c74f3572862e62335a94b Mon Sep 17 00:00:00 2001 From: Nicolas Jouanin Date: Sat, 29 Aug 2015 15:30:05 +0200 Subject: [PATCH] Doc --- hbmqtt/broker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hbmqtt/broker.py b/hbmqtt/broker.py index 89d6909..fdc8013 100644 --- a/hbmqtt/broker.py +++ b/hbmqtt/broker.py @@ -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: