feat: PostgresProvider - Add POSTGRES_URL override.

This commit is contained in:
Tarek Al-Qarqaz
2024-03-30 19:38:23 +00:00
parent 79fb1fb299
commit ae5a1a9af2
3 changed files with 41 additions and 26 deletions

View File

@@ -33,6 +33,7 @@
| POSTGRES_SERVER | postgres | Postgres database server address |
| POSTGRES_PORT | 5432 | Postgres database port |
| POSTGRES_DB | mealie | Postgres database name |
| POSTGRES_URL | None | Postgres URL override. Must be used with DB_ENGINE: postgres |
### Email