File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / mqtt.conf
Revision 1.1.2.8: download - view: text, annotated - select for diffs - revision graph
Fri Dec 9 13:43:55 2011 UTC (12 years, 6 months ago) by misho
Branches: mqtt1_0
restructuring, add many code
and many funcs

    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>