12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- [base]
- [setting]
- name = 农小盒
- farm = 1
- site = http://www.nongxiaohe.com/
- copyright = 2017 nongxiaohe.com v1.0.0
- [gateway]
- gateway = 1
- [db]
- rdb = postgresql
- tsdb = influxdb
- [mqtt]
- host = 0.0.0.0
- port = 1883
- username = admin
- password = public
- timeout = 60
- topic = method/type/gateway/device
- [postgresql]
- host = 0.0.0.0
- port = 5432
- username = postgres
- password = 123456
- dbname = nongxiaohe
- prefix = demeter
- create = True
- [influxdb]
- host = 0.0.0.0
- port = 8086
- username = root
- password = root
- dbname = nongxiaohe
- prefix = demeter
- [admin]
- port = 8087
- debug = True
- max_buffer_size = 210763776
- process = 0
- top = farm
|