mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
fix: typo in db_providers.py
This commit is contained in:
parent
2f9b711973
commit
24d8854723
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class PostgresProvider(AbstractDBProvider, BaseSettings):
|
|||
if self.POSTGRES_URL:
|
||||
return self.POSTGRES_URL
|
||||
|
||||
self.db_url: str = str(
|
||||
self.POSTGRES_URL = str(
|
||||
PostgresDsn.build(
|
||||
scheme="postgresql",
|
||||
username=self.POSTGRES_USER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue