mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user