From 475c5325144dc461cc90041edefd867277a65adb Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 14 Aug 2019 16:56:54 +1000 Subject: [PATCH] Fix config template file --- 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 b08efdb8be..1185dd2ee2 100644 --- a/InvenTree/config_template.yaml +++ b/InvenTree/config_template.yaml @@ -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/' \ No newline at end of file +#backup_dir: '/home/inventree/backup/' \ No newline at end of file