Commit 5a5c41848389f70f64ab978ffdc75d1af870a18a
1 parent
591d7b38
test
Showing
1 changed file
with
16 additions
and
0 deletions
easycharge_manager/manage.properties
0 → 100644
1 | +# 后台权限系统域名 | |
2 | +manage.domain=http://mg.nong12.com | |
3 | +#是否开启过滤 | |
4 | +manage.enable=true | |
5 | +# 限制唯一user登陆 | |
6 | +manage.userLimitOne=false | |
7 | +#包含列表 | |
8 | +manage.includes=^$,^/$,^/.*\.do | |
9 | +#排除列表 | |
10 | +manage.excludes=^$,^/$,^/noAccess.do$,^/welcome.do$,^/loginControl/.*,^/api/.*,/dataAuth/refreshAuthData.* | |
11 | +#是否必须在HTML框架内 | |
12 | +manage.mustIframe=true | |
13 | + | |
14 | +# redis | |
15 | +redis.host1=10.28.10.168 | |
16 | +redis.port1=6379 | |
0 | 17 | \ No newline at end of file | ... | ... |