From 90eae3312629c2be67e7ee1a6b53fff953330dcd Mon Sep 17 00:00:00 2001 From: yerim <86309538+yerimm99@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:10:29 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20oauth2=20redirect-uri=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index eac5cbf..8e59aad 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -31,12 +31,12 @@ spring: google: client-id: ${GOOGLE_ID} client-secret: ${GOOGLE_SECRET} - redirect-uri: "http://localhost:3000/login/oauth2/code/google" + redirect-uri: "https://dev.nangmancat.shop/login/oauth2/code/google" authorization-grant-type: authorization_code scope: email kakao: client-id: ${KAKAO_ID} - redirect-uri: "http://localhost:3000/login/oauth2/code/kakao" + redirect-uri: "https://dev.nangmancat.shop/login/oauth2/code/kakao" client-authentication-method: POST authorization-grant-type: authorization_code scope: profile_nickname, account_email