File:
[ELWIX - Embedded LightWeight unIX -] /
elwix /
config /
etc /
uboot /
mqtt.conf
Revision
1.2:
download - view:
text,
annotated -
select for diffs -
revision graph
Mon Sep 15 19:06:47 2014 UTC (10 years, 6 months ago) by
misho
Branches:
MAIN
CVS tags:
elwix2_8,
elwix2_7,
elwix2_6,
elwix2_3,
HEAD,
ELWIX2_7,
ELWIX2_6,
ELWIX2_5,
ELWIX2_2p0
elwix 2.2
#
# 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>