From 870b793d5f491d9c80de68ebf1aa2341b0448665 Mon Sep 17 00:00:00 2001 From: BadCo-NZ <50016048+BadCo-NZ@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:14:34 +1200 Subject: [PATCH] docs: Enhance BASE_URL description in backend config (#7449) Co-authored-by: Michael Genson Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> --- .../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 5e3af414d..4e7ef368c 100644 --- a/docs/docs/documentation/getting-started/installation/backend-config.md +++ b/docs/docs/documentation/getting-started/installation/backend-config.md @@ -10,7 +10,7 @@ | PGID | 911 | GroupID permissions between host OS and container | | DEFAULT_GROUP | Home | The default group for users | | DEFAULT_HOUSEHOLD | Family | The default household for users in each group | -| BASE_URL | http://localhost:8080 | Used for Notifications | +| BASE_URL | http://localhost:8080 | Used for notifications and the OIDC callback url | | TOKEN_TIME | 48 | The time in hours that a login/auth token is valid. Must be <= 9600 (400 days, in hours). | | API_PORT | 9000 | The port exposed by backend API. **Do not change this if you're running in Docker** | | API_DOCS | True | Turns on/off access to the API documentation locally |