Skip to content

Commit

Permalink
[Feat]: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed May 31, 2024
1 parent 7a0a530 commit ce7a531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zzansuni-api-server/app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ spring:
jwt:
secret: ${JWT_SECRET}
kakao:
client-id: ${KAKAO_CLIENT_ID}
client-id: c959f4526a0df321dff0a8636fec3428
client-secret: ${KAKAO_CLIENT_SECRET}
redirect-uri: ${KAKAO_REDIRECT_URI}
naver:
client-id: ${NAVER_CLIENT_ID}
client-id: Ob2i2TZtIsaNqH8j_q9X
client-secret: ${NAVER_CLIENT_SECRET}
---
spring: # dev profile
Expand Down

0 comments on commit ce7a531

Please sign in to comment.