Skip to content

Commit

Permalink
feature: odsay api 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HxWOO committed Feb 14, 2024
1 parent 8324dcd commit 9aef2b9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring:
client-id: 3tVKSO15tNGbkeZJf8eE #서비스 제공자측에 저희가 어떤 서비스인지 인증하기 위한 값
client-secret: zHvANLwWHH
redirect-uri: http://dev.enble.site:8080/login/oauth2/code/naver
#redirect-uri: http://localhost:8080/login/oauth2/code/naver
# redirect-uri: http://localhost:8080/login/oauth2/code/naver
authorization-grant-type: authorization_code # 어떤 방식으로 access token을 받을지 정의
client-authentication-method: client_secret_post # Client Id, Client Secret를 요청의 어디에 포함할지 정의. Body
client-name: Naver
Expand All @@ -40,6 +40,11 @@ naver:
client-id: ${NAVER_DIRECTIONS_CLIENT_ID}
client-secret: ${NAVER_DIRECTIONS_CLIENT_SECRET}

odsay:
directions:
api-url: https://api.odsay.com/v1/api/searchPubTransPathT
api-key: ${ODSAY_API_KEY}

# 도로명 주소 -> 좌표
kakao:
local:
Expand Down

0 comments on commit 9aef2b9

Please sign in to comment.