From 7e6409cd92ff3bba5913bd78b6d93c74d5a7e121 Mon Sep 17 00:00:00 2001 From: Alexandre NICOLAIE Date: Tue, 4 Jul 2023 02:57:02 +0200 Subject: [PATCH] Update config.md (#5141) * Change the description of `File Storage Locations` variables * Remove `INVENTREE_BACKUP_DIR` that is already explain on the backup documentation and bellow in this documentation --- docs/docs/start/config.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index 52b0fec408..140100de75 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -191,9 +191,8 @@ InvenTree requires some external directories for storing files: | Environment Variable | Configuration File | Description | Default | | --- | --- | --- | --- | -| INVENTREE_STATIC_ROOT | static_root | List of allowed hosts | *Not specified* | -| INVENTREE_MEDIA_ROOT | media_root | Allow all remote URLS for CORS checks | *Not specified* | -| INVENTREE_BACKUP_DIR | backup_dir | List of whitelisted CORS URLs | *Not specified* | +| INVENTREE_STATIC_ROOT | static_root | [Static files](./serving_files.md#static-files) directory | *Not specified* | +| INVENTREE_MEDIA_ROOT | media_root | [Media files](./serving_files.md#media-files) directory | *Not specified* | !!! tip "Serving Files" Read the [Serving Files](./serving_files.md) section for more information on hosting *static* and *media* files