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 e46da91 commit 289f7bdCopy full SHA for 289f7bd
backend/src/main/resources/application.yml
@@ -21,4 +21,4 @@ spring:
21
22
app:
23
jwt:
24
- secret: jwt-secret-key
+ secret: ${JWT_SECRET:change-me}
0 commit comments