Merge pull request #52 from plers-org/sm/#50

 Feat: [#50] google_client_id 값 env로 추가
This commit is contained in:
NKEY
2025-05-12 12:14:46 +09:00
committed by GitHub

View File

@@ -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/"]