|
@@ -4,5 +4,5 @@ public class TokenConfig {
|
|
|
public static String SECURITY_KEY = "36762702385535371444397399";
|
|
|
public static String ISSUER = "UAS_EIS";
|
|
|
public static String AUDIENCE = "UAS_EIS";
|
|
|
- public static long KEEP = 2592000;
|
|
|
+ public static long KEEP = 24*60*60*1000;
|
|
|
}
|