mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: typo in db_providers.py
This commit is contained in:
parent
2f9b711973
commit
24d8854723
@ -48,7 +48,7 @@ class PostgresProvider(AbstractDBProvider, BaseSettings):
|
|||||||
if self.POSTGRES_URL:
|
if self.POSTGRES_URL:
|
||||||
return self.POSTGRES_URL
|
return self.POSTGRES_URL
|
||||||
|
|
||||||
self.db_url: str = str(
|
self.POSTGRES_URL = str(
|
||||||
PostgresDsn.build(
|
PostgresDsn.build(
|
||||||
scheme="postgresql",
|
scheme="postgresql",
|
||||||
username=self.POSTGRES_USER,
|
username=self.POSTGRES_USER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user