From 880655c141b065188b96b4e4517aa48e998c6cf9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 18 Apr 2020 13:22:52 +1000 Subject: [PATCH] Small fix for config template --- InvenTree/config_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InvenTree/config_template.yaml b/InvenTree/config_template.yaml index 66c6f6d762..0865827d56 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -42,12 +42,12 @@ cors: # - https://sub.example.com # MEDIA_ROOT is the local filesystem location for storing uploaded files -# By default, it is stored in a directory named 'media' local to the InvenTree directory +# By default, it is stored in a directory named 'inventree_media' local to the InvenTree directory # This should be changed for a production installation media_root: '../inventree_media' # STATIC_ROOT is the local filesystem location for storing static files -# By default it is stored in a directory named 'static' local to the InvenTree directory +# By default it is stored in a directory named 'inventree_static' local to the InvenTree directory static_root: '../inventree_static' # Optional URL schemes to allow in URL fields