Skip to content

Commit

Permalink
chore: add redis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zobweyt authored Oct 25, 2024
1 parent ca8d903 commit cae2fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def length(self) -> int:

class RedisSettings(BaseModel):
host: str
port: int
password: str
ssl: bool


class PostgresSettings(BaseModel):
Expand Down

0 comments on commit cae2fce

Please sign in to comment.