File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / mqtt.conf
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Nov 23 00:47:50 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
add new schemes

#
# 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

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

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