Skip to content

Commit

Permalink
MATE-85 : [FIX] yml 파일 재수정
Browse files Browse the repository at this point in the history
- 1. 기존 yml 파일 문법 형식에 맞춰 재수정
  • Loading branch information
juchan204 committed Dec 3, 2024
1 parent fb6bcac commit a499b1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/resources/application-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ logging:
com.example.mate: DEBUG

oauth:
naver_client_id: ${NAVER_CLIENT_ID}
naver_redirect_uri: ${NAVER_REDIRECT_URI}
naver_client_secret: ${NAVER_CLIENT_SECRET}
naver:
client-id: ${NAVER_CLIENT_ID}
redirect-uri: ${NAVER_REDIRECT_URI}
client-secret: ${NAVER_CLIENT_SECRET}

jwt:
secret_key: ${JWT_SECRET_KEY}
secret-key: ${JWT_SECRET_KEY}

openweather:
api:
Expand Down

0 comments on commit a499b1e

Please sign in to comment.