2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Improve installation documentation

This commit is contained in:
Oliver Walters
2019-09-01 22:16:58 +10:00
parent fae9a92a82
commit d9cc03c5ca
4 changed files with 46 additions and 17 deletions

View File

@ -13,8 +13,8 @@ database:
# Example Configuration - MySQL
#ENGINE: django.db.backends.mysql
#NAME: inventree
#USER: inventree
#PASSWORD: password
#USER: inventree_username
#PASSWORD: inventree_password
#HOST: ''
#PORT: ''
@ -52,4 +52,5 @@ log_queries: False
# Backup options
# Set the backup_dir parameter to store backup files in a specific location
# If unspecified, the local user's temp directory will be used
#backup_dir: '/home/inventree/backup/'