settings.py: GOOGLE_CLIENT_ID 환경변수 설정
Some checks failed
Build And Test / build-and-push (push) Failing after 2m24s
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:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user