✨ Feat: [#50] google_client_id 값 env로 추가
This commit is contained in:
@@ -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/"]
|
||||
|
||||
Reference in New Issue
Block a user