Diff for /mqtt/etc/mqtt.conf between versions 1.1.2.5 and 1.2.2.1

version 1.1.2.5, 2011/11/24 13:28:37 version 1.2.2.1, 2012/02/01 15:44:40
Line 3 Line 3
 #  #
   
 [mqttd]  [mqttd]
   user = mqtt
 statedir = /tmp/mqtt  statedir = /tmp/mqtt
   
 pub_file = /usr/local/lib/mqtt/mqtt_pub.so  pub_file = /usr/local/lib/mqtt/mqtt_pub.so
Line 10  acc_file = /usr/local/lib/mqtt/mqtt_acc.so Line 11  acc_file = /usr/local/lib/mqtt/mqtt_acc.so
 log_file = /usr/local/lib/mqtt/mqtt_log.so  log_file = /usr/local/lib/mqtt/mqtt_log.so
   
 listen = 0.0.0.0  listen = 0.0.0.0
port = 9909port = 1883
   
   retry = 1
   
 [mqtt_acc]  [mqtt_acc]
 name = /etc/mqtt/acc.db  name = /etc/mqtt/acc.db
   
Line 22  name = /etc/mqtt/pub.db Line 25  name = /etc/mqtt/pub.db
   
 tbl_online = Online  tbl_online = Online
 tbl_topics = Topics  tbl_topics = Topics
   tbl_subscribes = Subscribes
   
 [mqtt_log]  [mqtt_log]
 name = /var/log/mqtt.log  name = /var/log/mqtt.log

Removed from v.1.1.2.5  
changed lines
  Added in v.1.2.2.1


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