fix loading

This commit is contained in:
2025-05-14 01:01:07 +05:00
parent e8343313a9
commit cedb00bb4c
11 changed files with 982 additions and 48 deletions

View File

@@ -4,9 +4,9 @@ import re
class Settings(GenericModel):
DB_HOST: str = "postgres"#"postgres"
DB_PORT: int = 5432
DB_USER: str = "tester"
DB_PASS: str = "tester"
DB_NAME: str = "test"
DB_USER: str = "postgres"
DB_PASS: str = "postgres"
DB_NAME: str = "postgres"
@classmethod
def validate_db_port(cls, v):