12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- [base]
- [setting]
- ;以下几个配置都是云平台生成
- ;农场名称
- name = 新农宝盒
- ;农场id
- farm = 1
- ;农场站点
- site = http://www.xinnongbaohe.com/
- copyright = 2017 xingnongbaohe.com v1.0.0
- [db]
- rdb = postgresql
- tsdb = influxdb
- [postgresql]
- host = 0.0.0.0
- port = 5432
- username = postgres
- password = 123456
- dbname = xinnongbaohe
- prefix = demeter
- ;允许自动建表
- create = True
- [influxdb]
- host = 0.0.0.0
- port = 8086
- username = root
- password = root
- dbname = xinnongbaohe
- prefix = demeter
- [redis]
- host = 0.0.0.0
- password = dm_redis_123
- port = 6379
- name = eros
- prefix = eros_
- [mqtt]
- host = 0.0.0.0
- port = 1883
- username = admin
- password = public
- timeout = 60
- ;topic定义
- topic = method/type/gateway/device
- sub = pic,sensor,control,power
- ;后台配置
- [admin]
- port = 8087
- debug = True
- ;请求的buffersize
- max_buffer_size = 210763776
- ;子进程
- process = 0
- ;定义后台父级菜单
- menu_parent = 农场管理:,设备管理:
- ;定义后台子级菜单
- menu_child = 基础资料:/farm/info?id=1,用户管理:/farm/user,产品管理:/farm/product,地块管理:/work/land,农事管理:/work/work;设备列表:/device/info,设备分组:/device/group
- ;cookie
- cookie_secret = 61oETzKXQAGaYekL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=
- login_url = /user/login
- ;是否使用安全cookie
- xsrf_cookies = True
- ;前台配置
- [front]
- port = 8088
- debug = True
- max_buffer_size = 210763776
- process = 0
- url = http://192.168.33.10:8088/device
- qrcode = http://pan.baidu.com/share/qrcode?w=300&h=300&url=
- mobile = True
|