Merge pull request #736 from SchrodingersGat/config-file-fix

Small fix for config template
This commit is contained in:
Oliver 2020-04-18 13:26:43 +10:00 committed by GitHub
commit a28b7df9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,12 @@ cors:
# - https://sub.example.com # - https://sub.example.com
# MEDIA_ROOT is the local filesystem location for storing uploaded files # 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 # This should be changed for a production installation
media_root: '../inventree_media' media_root: '../inventree_media'
# STATIC_ROOT is the local filesystem location for storing static files # 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' static_root: '../inventree_static'
# Optional URL schemes to allow in URL fields # Optional URL schemes to allow in URL fields