Skip to content

Commit 2c27c7f

Browse files
authored
[conluz-110] Increased duration of JWT token to 1 week (#114)
1 parent bf6c7db commit 2c27c7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
conluz.time.zone.id=Europe/Madrid
33
conluz.i18n.locale.default=es
44

5-
conluz.security.jwt.expiration-time=30
5+
# 10080 = 1 week
6+
conluz.security.jwt.expiration-time=10080
67
# Used only for testing
78
conluz.security.jwt.secret-key=
89

0 commit comments

Comments
 (0)