We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797f10c commit d7aed7cCopy full SHA for d7aed7c
server/userservice/src/main/resources/application.yaml
@@ -38,4 +38,4 @@ spring:
38
39
jwt:
40
secret:
41
- file: ${JWT_SECRET_DIR:${user.home}/mentorpulse-certificates}/jwt-secret.key
+ file: ${JWT_SECRET_DIR:/home/cnf/mentorpulse-certificates}/jwt-secret.key
0 commit comments