From a46f0be76b681096cd5d72f0179b744f851231e5 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Mon, 12 May 2025 12:13:09 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feat:=20[#50]=20google=5Fclient=5Fi?= =?UTF-8?q?d=20=EA=B0=92=20env=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/settings.py b/config/settings.py index dec1f37..00b4048 100644 --- a/config/settings.py +++ b/config/settings.py @@ -215,6 +215,8 @@ SESSION_COOKIE_AGE = 86400 # https에서만 세션 쿠키가 전송 (default false) https 배포 시 true로 SESSION_COOKIE_SECURE = False +GOOGLE_CLIENT_ID = env('GOOGLE_CLIENT_ID') + ##CORS # CSRF_TRUSTED_ORIGINS = [] # CORS_ALLOWED_ORIGINS = ["http://localhost:3000", "https://{프론트주소}.vercel.app/"]