From ac8331808136a26d62db9dc9665fa744cb989210 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:54:35 +1100 Subject: [PATCH] Fix docs: Remove INVENTREE_BASE_URL (#6757) (#6759) - Actual name is INVENTREE_SITE_URL - Ref: https://github.com/inventree/InvenTree/discussions/6751 (cherry picked from commit 45ecebaf194e139d1d6f50f2826a167af876a5a9) Co-authored-by: Oliver --- docs/docs/start/config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index 1647e6fd38..49ff6ae994 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -56,7 +56,6 @@ The following basic options are available: | INVENTREE_ADMIN_ENABLED | admin_enabled | Enable the [django administrator interface]({% include "django.html" %}/ref/contrib/admin/) | True | | INVENTREE_ADMIN_URL | admin_url | URL for accessing [admin interface](../settings/admin.md) | admin | | INVENTREE_LANGUAGE | language | Default language | en-us | -| INVENTREE_BASE_URL | base_url | Server base URL | *Not specified* | | INVENTREE_AUTO_UPDATE | auto_update | Database migrations will be run automatically | False | ## Server Access