mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-01 19:45:22 +02:00
fix: POSTGRES_URL is now POSTGRES_URL_OVERRIDE
This commit is contained in:
parent
ab37c2e8c0
commit
35f6b0e80e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue