From 7fc4a477e01c877d88fb5abccd2715597e365eb5 Mon Sep 17 00:00:00 2001 From: ouob123 Date: Fri, 28 Feb 2025 14:53:07 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20kakao=20redirect=20uri=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e71d6cb..99f733c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -12,7 +12,8 @@ spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect # kakao social login -kakao.redirect.uri=http://localhost:5173/oauth +#kakao.redirect.uri=http://localhost:5173/oauth +kakao.redirect.uri=https://how-was-your-day.vercel.app/oauth kakao.client.id=${KAKAO_CLIENT_ID} # spring security