Commit 591d7b38ca6f59a583db2a82a42811e8765dff5c
1 parent
d1a97b42
test
Showing
1 changed file
with
12 additions
and
0 deletions
easycharge_manager/conf.properties
0 → 100644
1 | +#密码级别, pwd26, pwd38 | ||
2 | +pwd.level=pwd26 | ||
3 | +#开启密码错误检查 | ||
4 | +pwd.error.check=true | ||
5 | +#密码错误周期 | ||
6 | +pwd.error.range=600000 | ||
7 | +#密码错误周期内错误次数 | ||
8 | +pwd.error.count=3 | ||
9 | + | ||
10 | + | ||
11 | +#-----------------------------------------data auth----------------------------------------- | ||
12 | +dataAuth.list=auth/toll.json | ||
0 | \ No newline at end of file | 13 | \ No newline at end of file |