File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / mqtt.conf
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Wed Nov 23 08:50:03 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
rework again RTLM management
add rtl module for log

#
# Sample config for MQTT service
#

[mqttd]
statedir = /tmp/mqtt

pub_file = /usr/local/lib/mqtt/mqtt_pub.so
acc_file = /usr/local/lib/mqtt/mqtt_acc.so
log_file = /usr/local/lib/mqtt/mqtt_log.so

listen = 0.0.0.0
port = 9909

[mqtt_acc]
name = /etc/mqtt/acc.db

tbl_users = Users

[mqtt_pub]
name = /etc/mqtt/pub.db

tbl_online = Online
tbl_pub = Topics

[mqtt_log]
name = /var/log/mqtt.log

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>