#63 removed unused app prop

This commit is contained in:
Fabio Formosa
2022-10-04 23:23:36 +02:00
parent a313d8b19d
commit b4acc378e3

View File

@@ -13,7 +13,6 @@ import org.springframework.context.annotation.Configuration;
@Getter
@Setter
public class JwtSecurityProperties {
private boolean enabled = true;
private String secret = RandomStringUtils.randomAlphabetic(10);
private long expirationInSec = 28800;