mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-09 08:48:48 +00:00
Fixes for default config file
This commit is contained in:
parent
0fa5cfdd66
commit
b7391231aa
@ -36,7 +36,7 @@ cors:
|
|||||||
# 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 'media' local to the InvenTree directory
|
||||||
# This should be changed for a production installation
|
# 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
|
# 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 'static' local to the InvenTree directory
|
||||||
@ -47,4 +47,4 @@ log_queries: False
|
|||||||
|
|
||||||
# Backup options
|
# Backup options
|
||||||
# Set the backup_dir parameter to store backup files in a specific location
|
# Set the backup_dir parameter to store backup files in a specific location
|
||||||
# backup_dir = "/home/me/inventree-backup/"
|
backup_dir: '/home/me/inventree-backup/'
|
Loading…
x
Reference in New Issue
Block a user