mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
добавление редисаъ3
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user