12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- ############################# 访问路径、端口tomcat start #############################
- auth_skip_urls=\
- /sysUser/login,\
- /sysUser/loginBack,\
- /sysUser/logout,\
- /upload/findRandomId,\
- /upload/doPictureFile,\
- /upload/uploadByDecoder,\
- /upload/doApplyFile,\
- /sysRegion/getRegionList,\
- /user/login,\
- /infoContent/getHomePageInfo,\
- /infoContent/getHomePagesInfo,\
- /infoContent/getSearchWebInfo,\
- /infoContent/getSearchWebsInfo,\
- /infoContent/getSearchMbInfo,\
- /infoType/getInfoTypeTreeList,\
- /resource/**,\
- /infoType/**,\
- /infoContent/getWebInfoContent,\
- /error,\
- /sysPermission/getTreeMenusByUserId,\
- /sysPermission/currentUserResource,\
- /webParkEnter/apply,\
- /auth/code,\
- /auth/verifyCode,\
- /v2/api-docs,\
- /sysUser/bond,\
- /sysUser/bondBack,\
- /loginIndex,\
- /validate,\
- /logout,\
- /loginBackIndex,\
- /sysUser/getUserInfo,\
- /sysUser/register,\
- /index,\
- /loginHome,\
- /webInitiationApply/add,\
- /webInitiationApply/info,\
- /infoContent/getSearchParkRecommendWebInfo,\
- /infoContent/getInfoHtml,\
- /infoContent/getHtmlByInfo,\
- /wxGroup/getWebList,\
- /webInitiationApply/getExportPageList
-
- upload_basePath:@upload_basePath@
- wx_basePath=wx/
-
-
- # 以谁来发送邮件
- mail_fromMail_addr=xdfdata@aliyun.com
- # 以谁来发送邮件
- # mail_toMail_addr=573097912@qq.com
- mail_toMail_addr=15850275801@163.com
-
- #xss攻击拦截
- xss.enabled=true
- xss.excludes=/infoContent/addInfoContent,/infoContent/updateInfoContent
- xss.urlPatterns=/*
- #es.hostip=172.19.175.248
- es.hostip=192.168.1.101
- es.port=9200
-
|