From a30084a1992e6d024f99a2600e3d0921d62f917c Mon Sep 17 00:00:00 2001 From: Tarek Al-Qarqaz Date: Tue, 2 Apr 2024 11:23:06 +0000 Subject: [PATCH] change: POSTGRES_URL_OVERRIDE note wording in docs --- .../getting-started/installation/backend-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/documentation/getting-started/installation/backend-config.md b/docs/docs/documentation/getting-started/installation/backend-config.md index 33bbb34f4443..80510781daff 100644 --- a/docs/docs/documentation/getting-started/installation/backend-config.md +++ b/docs/docs/documentation/getting-started/installation/backend-config.md @@ -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_OVERRIDE | None | Postgres URL override. Must be used with DB_ENGINE: postgres | +| POSTGRES_URL_OVERRIDE | None | Optional Postgres URL override to use instead of POSTGRES_* variables. Must be used in conjunction with DB_ENGINE: postgres to have an effect. | ### Email