| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | [base][setting]name				= 农小盒;园区默认id,如有cookie,此处的值会自动变成cookie的值farm				= 1site				= http://www.nongxiaohe.com/copyright			= 2017 nongxiaohe.com v1.0.0[gateway];暂时写在这里 网关对应园区id 这里从数据库里读取gateway				= 1[db]rdb					= postgresqltsdb				= influxdb[mqtt]host				= 0.0.0.0port				= 1883username			= adminpassword			= publictimeout				= 60;topic定义topic				= method/type/gateway/devicesub					= pic,sensor[postgresql]host				= 0.0.0.0port				= 5432username			= postgrespassword			= 123456dbname				= nongxiaoheprefix				= demeter;允许自动建表create				= True[influxdb]host				= 0.0.0.0port				= 8086username			= rootpassword			= rootdbname				= nongxiaoheprefix				= demeter;后台配置[admin]port				= 8087debug				= True;请求的buffersizemax_buffer_size		= 210763776;子进程process				= 0;top菜单的数据来源top 				= farm;前台配置[front]port				= 8088debug				= True;请求的buffersizemax_buffer_size		= 210763776;子进程process				= 0
 |