fix: add CORS origin for remote IP access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ class Settings(BaseSettings):
|
||||
REFRESH_TOKEN_EXPIRE_DAYS: int = 7
|
||||
|
||||
# CORS
|
||||
CORS_ORIGINS: list[str] = ["http://localhost:3000"]
|
||||
CORS_ORIGINS: list[str] = ["http://121.41.188.238:3600", "http://localhost:3600"]
|
||||
|
||||
# LLM API Keys
|
||||
GEMINI_API_KEY: str = ""
|
||||
|
||||
Reference in New Issue
Block a user