Skip to content

Commit

Permalink
Update format by pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Nov 24, 2023
1 parent 92671c8 commit 671b4fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ class Settings(BaseSettings):

ADMIN_EMAIL: str = "vectornguyen76@gmail.com"

TEXT_SEARCH_URL: str = os.getenv(key="TEXT_SEARCH_URL", default="http://localhost:8000")
IMAGE_SEARCH_URL: str = os.getenv(key="IMAGE_SEARCH_URL", default="http://localhost:7000")
TEXT_SEARCH_URL: str = os.getenv(
key="TEXT_SEARCH_URL", default="http://localhost:8000"
)
IMAGE_SEARCH_URL: str = os.getenv(
key="IMAGE_SEARCH_URL", default="http://localhost:7000"
)


settings = Settings()
1 change: 0 additions & 1 deletion kubernetes/frontend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ spec:
containers:
- name: frontend-container
image: vectornguyen76/frontend-search-engine:latest

0 comments on commit 671b4fc

Please sign in to comment.