Skip to content

Commit

Permalink
refactor(Settings): Removing non necessary vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gabszs committed Oct 7, 2024
1 parent d29351e commit e3a8474
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ env:
SECRET_KEY: ""
ALGORITHM: ${{ secrets.ALGORITHM }}
ACCESS_TOKEN_EXPIRE_MINUTES: 30
POSTGRES_USER: ""
POSTGRES_PASSWORD: ""
POSTGRES_DB: ""
PAGE: "1"
PAGE_SIZE: "10"
ORDERING: "-created_at"
Expand Down
3 changes: 0 additions & 3 deletions app/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class Settings(BaseSettings):
ALGORITHM: str
ACCESS_TOKEN_EXPIRE_MINUTES: int

POSTGRES_USER: str
POSTGRES_PASSWORD: str
POSTGRES_DB: str

DATETIME_FORMAT: str = "%Y-%m-%dT%H:%M:%S"
TEST_DATABASE_URL: Optional[str] = None
Expand Down

0 comments on commit e3a8474

Please sign in to comment.