Skip to content

Commit

Permalink
feat: 변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHwan2 committed Sep 29, 2024
1 parent 5593936 commit 062e4f2
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 @@ -27,7 +27,7 @@ spring:
google:
client-id: ${OAUTH_CLIENT_ID}
client-secret: ${OAUTH_CLIENT_SECRET}
redirect-uri: "${BASE_URL}/login/oauth2/code/google"
redirect-uri: "http://localhost:3000/plans/login/oauth2/code/google"
scope: email,profile
jwt:
secret: ${JWT_SECRET:defaultSecretValue} # 환경 변수 JWT_SECRET을 읽어오며, 없으면 기본값 사용
Expand Down

0 comments on commit 062e4f2

Please sign in to comment.