1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- [base]
- [setting]
- name = 新农宝盒
- farm = 1
- site = http://www.xinnongbaohe.com/
- copyright = 2017 xingnongbaohe.com v1.0.0
- [db]
- rdb = postgresql
- tsdb = influxdb
- [mqtt]
- host = iot-emq
- port = 1883
- username = admin
- password = public
- timeout = 60
- topic = method/type/gateway/device
- sub = pic,sensor,control,power,status,log
- [postgresql]
- host = iot-pgsql
- port = 5432
- username = postgres
- password = 123456
- dbname = xinnongbaohe
- prefix = demeter
- create = True
- [influxdb]
- host = iot-influx
- port = 8086
- username = root
- password = root
- dbname = xinnongbaohe
- prefix = demeter
- [admin]
- port = 8087
- debug = False
- max_buffer_size = 210763776
- process = 0
- top = farm
- [front]
- port = 8088
- debug = False
- max_buffer_size = 210763776
- process = 0
- url = http://v3.xinnongbaohe.com/device
- qrcode = http://pan.baidu.com/share/qrcode?w=300&h=300&url=
- mobile = True
- [web]
- port = 8089
- debug = False
- max_buffer_size = 210763776
- process = 0
- url = http://www.xinnongbaohe.com/
- farmurl = http://farm.xinnongbaohe.com/?id=
- originurl = http://s.xinnongbaohe.com/?id=
|