From c297041f8a821fb866c6d6451dc908acc72bca0f Mon Sep 17 00:00:00 2001 From: yongsik Date: Wed, 28 May 2025 15:53:40 +0900 Subject: [PATCH] =?UTF-8?q?(fix)=20=EA=B5=AC=EA=B8=80=20redirect=20url=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++---- src/main/resources/docker-compose.yml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e240d69..543fb54 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -33,14 +33,14 @@ spring: client: registration: google: - client-id: 929800744325-iaoqgqc2hui58anvsmkmjfurl6b6rmc1.apps.googleusercontent.com - client-secret: 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 + client-id: 378618306834-bm81etunvujofnk4msnnsn2pn1380tef.apps.googleusercontent.com + client-secret: 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 scope: - emails - profile - redirect-uri : + redirect-uri : http://localhost:5173/loadingAuth # - https://onair-lime.vercel.app/loadingAuth - - http://localhost:5173/loadingAuth + servlet: multipart: diff --git a/src/main/resources/docker-compose.yml b/src/main/resources/docker-compose.yml index a36eea2..d0277fc 100644 --- a/src/main/resources/docker-compose.yml +++ b/src/main/resources/docker-compose.yml @@ -29,6 +29,7 @@ services: - db.env networks: - backend + - volumes: mysql-data: