mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-12 02:05:29 +00:00
Update documentation for dbbackup
This commit is contained in:
@ -85,6 +85,7 @@ email:
|
||||
port: 25
|
||||
username: ''
|
||||
password: ''
|
||||
sender: ''
|
||||
tls: False
|
||||
ssl: False
|
||||
|
||||
@ -137,12 +138,6 @@ static_root: '/home/inventree/static'
|
||||
# - git
|
||||
# - ssh
|
||||
|
||||
# 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
|
||||
# Use environment variable INVENTREE_BACKUP_DIR
|
||||
backup_dir: '/home/inventree/data/backup/'
|
||||
|
||||
# Permit custom authentication backends
|
||||
#authentication_backends:
|
||||
# - 'django.contrib.auth.backends.ModelBackend'
|
||||
@ -158,4 +153,4 @@ backup_dir: '/home/inventree/data/backup/'
|
||||
# - 'django.contrib.auth.middleware.AuthenticationMiddleware'
|
||||
# - 'django.contrib.messages.middleware.MessageMiddleware'
|
||||
# - 'django.middleware.clickjacking.XFrameOptionsMiddleware'
|
||||
# - 'InvenTree.middleware.AuthRequiredMiddleware'
|
||||
# - 'InvenTree.middleware.AuthRequiredMiddleware'
|
||||
|
Reference in New Issue
Block a user