File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / etc / mqtt.conf
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Nov 23 00:47:50 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
add new schemes

    1: #
    2: # Sample config for MQTT service
    3: #
    4: 
    5: [mqttd]
    6: statedir = /tmp/mqtt
    7: 
    8: pub_file = /usr/local/lib/mqtt/mqtt_pub.so
    9: acc_file = /usr/local/lib/mqtt/mqtt_acc.so
   10: 
   11: listen = 0.0.0.0
   12: port = 9909
   13: 
   14: [mqtt_acc]
   15: name = /etc/mqtt/acc.db
   16: 
   17: tbl_users = Users
   18: 
   19: [mqtt_pub]
   20: name = /etc/mqtt/pub.db
   21: 
   22: tbl_online = Online
   23: tbl_pub = Topics

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