| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | [base];开发环境配置[setting]name				= 文档转换系统site				= http://doc.dever.cc/copyright			= 2018 dever.cc v1.0.0;打印路由表route				= True[db]rdb					= mysql[mysql]host				= 0.0.0.0port				= 3309username			= rootpassword			= 123456dbname				= office_convertprefix				= occharset				= utf8;允许自动建表create				= True[redis]host				= 0.0.0.0port				= 6379name				= office_fileprefix				= convert_;定义一些tornado的配置,可为空[tornado];后台配置[admin]port				= 8087debug				= True;请求的buffersizemax_buffer_size		= 210763776;子进程process				= 0;定义后台父级菜单menu_parent			= 站点设置:;定义后台子级菜单menu_child			= 站点管理:/site/site,转换文件列表:/site/convert;cookiecookie_secret       = 61oETzKXQAGaYekL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=login_url           = /user/login;是否使用安全cookiexsrf_cookies        = True;前台配置[front]port				= 8088debug				= True;请求的buffersizemax_buffer_size		= 210763776;子进程process				= 0;支持手机版mobile				= True
 |