Commit b705a8191be7cadfa995e41e12eed551e6116450
1 parent
3b800ad6
新增配置文件
Showing
1 changed file
with
18 additions
and
0 deletions
fee/conf-test/manage.properties
0 → 100644
1 | +# 后台权限系统域名 | ||
2 | +#manage.domain=http://manage.dili.com:81/ | ||
3 | +manage.domain=http://mg.nong12.com/ | ||
4 | +#是否开启过滤 | ||
5 | +manage.enable=true | ||
6 | +# 限制唯一user登陆 | ||
7 | +manage.userLimitOne=false | ||
8 | +#包含列表 | ||
9 | +manage.includes=^/.*\.do,^/.*$ | ||
10 | +#排除列表 | ||
11 | +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/static/.*$,/report/download,/customer/upload,/customer/uploadImg,^/market/getAllMarkets.*,^/department/getDeparmentByMarketId.*,^/m/login*,^/boothLease/exportExcel,^/stockOut/exportExcel,^/stockIn/download,^/stockInDetail/download,^/locationLease/exportExcel,^/lodgingLease/exportExcel,^/labor/feeCalculate.js,^/meterDetail/exportExcel,^/otherFee/exportExcel,^/weightBizBill/download,^/entranceFeeBill/download,^/passport/exportExcel,^/labor/exportExcel | ||
12 | +#是否必须在HTML框架内 | ||
13 | +manage.mustIframe=false | ||
14 | + | ||
15 | + | ||
16 | +# redis | ||
17 | +redis.host1=10.28.10.168 | ||
18 | +redis.port1=6379 | ||
0 | \ No newline at end of file | 19 | \ No newline at end of file |