Reintroduce default database config

This commit is contained in:
Oliver Walters 2021-03-30 21:18:09 +11:00
parent 3ddbb6a6cd
commit 39b2c5f943

View File

@ -10,6 +10,11 @@ database:
# Uncomment (and edit) one of the database configurations below,
# or specify database options using environment variables
# Default installation uses a simple sqlite database
# For production, consider changing this!
ENGINE: sqlite3
NAME: '/home/inventree/database.sqlite3'
# Refer to the django documentation for full list of options
# --- Available options: ---