fix: removed period in POSTGRES_URL_OVERRIDE for consistency

This commit is contained in:
Tarek Al-Qarqaz 2024-04-03 14:01:30 +00:00
parent d5e3a1dacb
commit 9548a7eb70

View File

@ -35,7 +35,7 @@
| POSTGRES_SERVER | postgres | Postgres database server address |
| POSTGRES_PORT | 5432 | Postgres database port |
| POSTGRES_DB | mealie | Postgres database name |
| POSTGRES_URL_OVERRIDE | None | Optional Postgres URL override to use instead of POSTGRES_* variables. |
| POSTGRES_URL_OVERRIDE | None | Optional Postgres URL override to use instead of POSTGRES_* variables |
### Email