Merge pull request #441 from SchrodingersGat/config-fix

Fix config template file
This commit is contained in:
Oliver 2019-08-14 16:57:13 +10:00 committed by GitHub
commit af7c9c4f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ cors:
# 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
# This should be changed for a production installation
media_root: 'media'
media_root: './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
@ -52,4 +52,4 @@ log_queries: False
# Backup options
# Set the backup_dir parameter to store backup files in a specific location
backup_dir: '/mnt/c/Users/Oliver/inventree-backup/'
#backup_dir: '/home/inventree/backup/'