123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- [base]
- [setting]
- name = 新农宝盒
- farm = 1
- site = http://www.xinnongbaohe.com/
- copyright = 2017 xingnongbaohe.com v1.0.0
- [db]
- rdb = postgresql
- tsdb = influxdb
- [postgresql]
- host = iot-pgsql
- port = 5432
- username = postgres
- password = 123456
- dbname = xinnongbaohe_zeus
- prefix = demeter
- create = False
- [influxdb]
- host = iot-influx
- port = 8086
- username = root
- password = root
- dbname = xinnongbaohe
- prefix = demeter
- [redis]
- host = iot-redis
- password = dm_redis_123
- port = 6379
- name = eros
- prefix = eros_
- [mqtt]
- host = iot-emq
- port = 1883
- username = admin
- password = public
- timeout = 60
- topic = method/type/gateway/device
- sub = pic,sensor,control,power,status,log
- [admin]
- port = 8087
- debug = True
- max_buffer_size = 210763776
- process = 0
- menu_parent = 农场管理:&
- menu_child = 农场管理:/farm/farm,用户管理:/farm/user,产品管理:/farm/product,地块管理:/work/land,农事管理:/work/work,溯源批次:/origin/batch,消息提醒:/msg/msg
- cookie_secret = 61oETzKXQAGaYekL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=
- login_url = /user/login
- xsrf_cookies = True
- [front]
- port = 8088
- debug = False
- max_buffer_size = 210763776
- process = 50
- url = http://www.xinnongbaohe.com:8088/device
- qrcode = http://pan.baidu.com/share/qrcode?w=300&h=300&url=
- mobile = True
- [web]
- port = 8089
- debug = True
- max_buffer_size = 210763776
- process = 0
- url = http://www.xinnongbaohe.com/
- farmurl = http://farm.xinnongbaohe.com/?id=
- originurl = http://s.xinnongbaohe.com/?id=
- [sync]
- table = notice_type,hardware_type,msg_type,setting_product,setting_device_type,setting_modbus_code
- service = core,eros
|