We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0794a0 commit 9b713dbCopy full SHA for 9b713db
src/main/resources/application-local.yml
@@ -23,7 +23,7 @@ spring:
23
jwt:
24
access-token-expiration: 1h
25
refresh-token-expiration: 1d
26
- secret-key: ${JWT_SECRET_KEY}
+ secret-key: ${LOCAL_JWT_SECRET_KEY}
27
28
cors:
29
origin:
0 commit comments