Skip to content

Commit

Permalink
Merge pull request #18 from KUIT-Space/chore/#11/applicationyml-파일-수정…
Browse files Browse the repository at this point in the history
…-환경-변수-설정

오타 수정
  • Loading branch information
hyunn522 authored Jul 17, 2024
2 parents 102858f + 6673efc commit c783a56
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 c783a56

Please sign in to comment.