Skip to content

Commit

Permalink
Merge pull request #580 from woowacourse-teams/koust6u-patch-1
Browse files Browse the repository at this point in the history
[BE] 잘못된 test yml 수정
  • Loading branch information
reddevilmidzy authored Sep 26, 2024
2 parents b2423b9 + b9becaa commit 1f9222c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ server:

oauth:
github:
client-id: ${TEST_CLIENT_ID}
client-secret: ${TEST_CLIENT_SECRET}
redirect-uri: ${TEST_CLIENT_REDIRECT_URI}
client-id: ${CLIENT_ID}
client-secret: ${CLIENT_SECRET}
redirect-uri: ${CLIENT_REDIRECT_URI}

jwt:
sign-key: ${JWT_KEY}

0 comments on commit 1f9222c

Please sign in to comment.