File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / mqtt.conf
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Thu Oct 11 13:56:44 2012 UTC (12 years ago) by misho
Branches: elwix1_6
fix paths & size

#
# Sample config for MQTT service
#

[mqttd]
user = mqtt
statedir = /tmp/mqtt

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

listen = 0.0.0.0
port = 1883

retry = 1

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

tbl_users = Users

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

tbl_online = Online
tbl_topics = Topics
tbl_subscribes = Subscribes

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

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