1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

добавление редисаъ3

This commit is contained in:
MoonTestUse1
2025-01-03 16:45:25 +06:00
parent 8ffa6c2540
commit 1749cff039
4 changed files with 15 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ from pydantic_settings import BaseSettings
from typing import Optional
class Settings(BaseSettings):
DATABASE_URL: str = "postgresql://postgres:postgres@db:5432/support_db"
DATABASE_URL: str = "postgresql://postgres:postgres123@db:5432/support_db"
REDIS_URL: str = "redis://redis:6379/0"
# JWT settings