From 43836b3450e86043cebd6585152aa68024d2f3a2 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 16 Dec 2023 07:20:48 +1100 Subject: [PATCH] Add information on auto-update param to docs (#6100) --- docs/docs/start/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index d45662dd1b..c3f408579f 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -59,6 +59,7 @@ The following basic options are available: | 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 | ### Admin Site