summarylogtreecommitdiffstats
path: root/mhuxd.conf
blob: 496ee5dfd971045051c7cb992137033bac7ed3ac (plain)
1
2
3
4
5
6
7
8
9
# interface and port of the webserver
MHUXD_LISTEN="localhost:5052"

# set the initial log level (MUTE|CRIT|ERROR|WARN|INFO|DEBUG0|DEBUG1)
# Log level set in the WebUI will override this option.
MHUXD_LOG_LEVEL="INFO"

# additional CLI options for the mhuxd binary
MHUXD_ADD_OPTS=""