Feat: [#50] google_client_id 값 env로 추가

This commit is contained in:
sm4640
2025-05-12 12:13:09 +09:00
parent f59541f5bd
commit a46f0be76b

View File

@@ -215,6 +215,8 @@ SESSION_COOKIE_AGE = 86400
# https에서만 세션 쿠키가 전송 (default false) https 배포 시 true로 # https에서만 세션 쿠키가 전송 (default false) https 배포 시 true로
SESSION_COOKIE_SECURE = False SESSION_COOKIE_SECURE = False
GOOGLE_CLIENT_ID = env('GOOGLE_CLIENT_ID')
##CORS ##CORS
# CSRF_TRUSTED_ORIGINS = [] # CSRF_TRUSTED_ORIGINS = []
# CORS_ALLOWED_ORIGINS = ["http://localhost:3000", "https://{프론트주소}.vercel.app/"] # CORS_ALLOWED_ORIGINS = ["http://localhost:3000", "https://{프론트주소}.vercel.app/"]