settings.py: GOOGLE_CLIENT_ID 환경변수 설정
Some checks failed
Build And Test / build-and-push (push) Failing after 2m24s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 22:02:17 +09:00
parent 6b4d38ad5f
commit ca43c73dfb

View File

@ -136,6 +136,9 @@ CORS_ALLOWED_ORIGINS = [
"http://localhost:3000", "http://localhost:3000",
"http://127.0.0.1:3000", "http://127.0.0.1:3000",
"http://192.168.0.100:3000", "http://192.168.0.100:3000",
"http://localhost:8080",
"http://127.0.0.1:8080",
"http://192.168.0.202:8080",
"https://demo.test", "https://demo.test",
"http://demo.test", "http://demo.test",
"https://www.demo.test", "https://www.demo.test",