Skip to content

Commit

Permalink
[fix] application propertise "jwt-user-space-key"
Browse files Browse the repository at this point in the history
  • Loading branch information
drbug2000 committed Jul 17, 2024
1 parent 424b118 commit 6673efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spring:
secret:
jwt-secret-key: ${JWT_SECRET_KEY}
jwt-login-secret-key: ${JWT_SECRET_KEY_LOGIN}
jwt-user-secret-key: ${JWT_SECRET_KEY_USER}
jwt-user-space-secret-key: ${JWT_SECRET_KEY_USER_SPACE}
jwt-expired-in: ${JWT_EXPIRED_IN:3600000}
---

Expand Down

0 comments on commit 6673efc

Please sign in to comment.