diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d14a537..4d1d695 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,7 +27,7 @@ spring: kakao: client-id: ${CLIENT_ID} redirect-uri: "http://43.202.94.241:8080/auth/kakao/callback" -# redirect-uri: "http://localhost:8080/auth/kakao/callback" + --- jwt: secret: ${JWT_SECRET}