File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / mqtt.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 27 15:05:38 2012 UTC (12 years, 6 months ago) by misho
Branches: MAIN
CVS tags: mqtt1_1, HEAD
added new files

    1: #
    2: # Sample config for MQTT service
    3: #
    4: 
    5: [mqttd]
    6: user = mqtt
    7: statedir = /tmp/mqtt
    8: 
    9: pub_file = /usr/local/lib/mqtt/mqtt_pub.so
   10: acc_file = /usr/local/lib/mqtt/mqtt_acc.so
   11: log_file = /usr/local/lib/mqtt/mqtt_log.so
   12: 
   13: listen = 0.0.0.0
   14: port = 1883
   15: 
   16: retry = 1
   17: 
   18: [mqtt_acc]
   19: name = /etc/mqtt/acc.db
   20: 
   21: tbl_users = Users
   22: 
   23: [mqtt_pub]
   24: name = /etc/mqtt/pub.db
   25: 
   26: tbl_online = Online
   27: tbl_topics = Topics
   28: 
   29: [mqtt_log]
   30: name = /var/log/mqtt.log

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