We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1432a7b commit 7155417Copy full SHA for 7155417
1 file changed
backend/src/main/resources/application.properties
@@ -43,4 +43,8 @@ jwt.access-expiration=${ACCESS_TOKEN_EXPIRATION}
43
jwt.refresh-expiration=${REFRESH_TOKEN_EXPIRATION}
44
45
#Tmap api
46
-tmap.api.key=${TMAP_API_KEY}
+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