mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 18:35:29 +03:00
update
This commit is contained in:
@@ -21,7 +21,7 @@ class DatabaseConfig:
|
||||
@property
|
||||
def url(self) -> str:
|
||||
return f"postgresql+asyncpg://{self.user}:{self.password}@{self.host}:{self.port}/{self.database}"
|
||||
|
||||
|
||||
|
||||
@dataclass
|
||||
class Config:
|
||||
|
||||
Reference in New Issue
Block a user