fix loading
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user