mqtt/application: Add paths for acl and auth files to config

dehydrated
Felix Stupp 4 years ago
parent 46e932049e
commit e18f7f32e0
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,6 +1,7 @@
# Authentication
allow_anonymous false
acl_file TODO
acl_file {{ acl_file }}
password_file {{ auth_file }}
use_username_as_clientid true
# Socket

Loading…
Cancel
Save