Skip to content

Commit db2a058

Browse files
authored
Merge pull request #13 from Dalguring/feature/auth
fix : secret key
2 parents 03ab3f7 + 7b1c871 commit db2a058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ logging:
3838
org.hibernate.SQL: debug
3939

4040
jwt:
41-
secret: test-jwt-secret-key-1234567890
41+
secret: test-jwt-secret-key-1234567890-very-long-secure-key-abcdef
4242
access-token-expire-time: 900000
4343
refresh-token-expire-time: 604800000

0 commit comments

Comments
 (0)