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.
This commit is contained in:
Samuel Caldwell 2022-09-18 17:40:22 -07:00 committed by GitHub
parent 187707c892
commit 24f2338d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: