We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122a205 commit c37ad52Copy full SHA for c37ad52
src/scripts/settings.properties.dist
@@ -3,6 +3,12 @@
3
# SETTINGS FILE #
4
###############################
5
6
+# Spring Security
7
+matthews.security.jwt.tokenExpirationTime=240
8
+matthews.security.jwt.refreshTokenExpTime=360
9
+matthews.security.jwt.tokenIssuer=http://example.com
10
+matthews.security.jwt.tokenSigningKey=THIS_KEY_IS_NOT_SECRET_CHANGE_ME
11
+
12
# Log path
13
logging.file=logs/spring.log
14
0 commit comments