fix: POSTGRES_URL is now POSTGRES_URL_OVERRIDE

This commit is contained in:
Tarek Al-Qarqaz 2024-03-31 04:49:41 +00:00
parent ab37c2e8c0
commit 35f6b0e80e

View File

@ -33,7 +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 |
| POSTGRES_URL_OVERRIDE | None | Postgres URL override. Must be used with DB_ENGINE: postgres |
### Email