|
@@ -64,7 +64,7 @@ public class AuthController {
|
|
|
@Value("${auth.header:Authorization}")
|
|
@Value("${auth.header:Authorization}")
|
|
|
private String authHeader;
|
|
private String authHeader;
|
|
|
|
|
|
|
|
- @Value("${auth.expire:604800000}")
|
|
|
|
|
|
|
+ @Value("${auth.expire:1800000}")
|
|
|
private int expire;
|
|
private int expire;
|
|
|
|
|
|
|
|
@Value("${auth.max-errors:5}")
|
|
@Value("${auth.max-errors:5}")
|