Skip to content

Commit c37ad52

Browse files
authored
fix: nullPointerException on production
1 parent 122a205 commit c37ad52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/scripts/settings.properties.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# SETTINGS FILE #
44
###############################
55

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+
612
# Log path
713
logging.file=logs/spring.log
814

0 commit comments

Comments
 (0)