We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac60cae commit 91198f3Copy full SHA for 91198f3
backend/app/core/config.py
@@ -60,7 +60,7 @@ def all_cors_origins(self) -> list[str]:
60
@computed_field # type: ignore[prop-decorator]
61
@property
62
def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn:
63
- return MultiHostUrl.build(
+ return PostgresDsn.build(
64
scheme="postgresql+psycopg",
65
username=self.POSTGRES_USER,
66
password=self.POSTGRES_PASSWORD,
0 commit comments