Skip to content

Commit 7155417

Browse files
committed
네이버 api 연결
1 parent 1432a7b commit 7155417

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

backend/src/main/resources/application.properties

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ jwt.access-expiration=${ACCESS_TOKEN_EXPIRATION}
4343
jwt.refresh-expiration=${REFRESH_TOKEN_EXPIRATION}
4444

4545
#Tmap api
46-
tmap.api.key=${TMAP_API_KEY}
46+
tmap.api.key=${TMAP_API_KEY}
47+
48+
#Naver api
49+
naver.api.clientId=${NAVER_CLIENT_ID}
50+
naver.api.clientSecret=${NAVER_CLIENT_SECRET}

0 commit comments

Comments
 (0)