drop SQL_URL

This commit is contained in:
Jakub Miazek
2024-03-24 10:51:35 +01:00
parent b50b3c9d43
commit 053fbe00ce
3 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ class Settings(BaseSettings):
env_ignore_empty=True,
extra="ignore"
)
# asyncpg_url: PostgresDsn = os.getenv("SQL_URL")
redis_url: RedisDsn = os.getenv("REDIS_URL")
jwt_algorithm: str = os.getenv("JWT_ALGORITHM")
jwt_expire: int = os.getenv("JWT_EXPIRE")