Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Nov 24, 2023
1 parent 671b4fc commit c4f7799
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ class Settings(BaseSettings):

SITE_DOMAIN: str = "vectornguyen.com"

CORS_ORIGINS: list[str]
CORS_ORIGINS_REGEX: str | None = None
CORS_HEADERS: list[str]

ADMIN_EMAIL: str = "vectornguyen76@gmail.com"

TEXT_SEARCH_URL: str = os.getenv(
Expand Down

0 comments on commit c4f7799

Please sign in to comment.