mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 13:44:21 +01:00
* Add support for new openzwave * Fix pipeline * fix log output * Support auth / discovery * Add basic structs * fix lint * Fix start order
21 lines
228 B
Plaintext
21 lines
228 B
Plaintext
##
|
|
# defaults
|
|
listener 1883
|
|
user root
|
|
|
|
##
|
|
# logging
|
|
log_dest stdout
|
|
|
|
##
|
|
# datastore
|
|
persistence true
|
|
persistence_location /data/
|
|
|
|
##
|
|
# auth
|
|
allow_anonymous false
|
|
password_file /data/auth.db
|
|
|
|
# Dynamic config
|