From 24f2338d77025c4b4ab3a3dee2543fbb787e436c Mon Sep 17 00:00:00 2001 From: Samuel Caldwell <33561697+IncompleteIntegers@users.noreply.github.com> Date: Sun, 18 Sep 2022 17:40:22 -0700 Subject: [PATCH] Update config_template.yaml (#3689) I removed the space characters preceding 'static_root:' in line 132 and 'media_root:' in line 129 as they cause a YAML parsing error if not removed when uncommenting these options. --- 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 549f2f011c..538a832f21 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -126,10 +126,10 @@ cors: # - https://sub.example.com # MEDIA_ROOT is the local filesystem location for storing uploaded files -# media_root: '/home/inventree/data/media' +#media_root: '/home/inventree/data/media' # STATIC_ROOT is the local filesystem location for storing static files -# static_root: '/home/inventree/data/static' +#static_root: '/home/inventree/data/static' # Background worker options background: