mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-31 02:59:42 +02:00
fix: removed period in POSTGRES_URL_OVERRIDE for consistency
This commit is contained in:
parent
d5e3a1dacb
commit
9548a7eb70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue