Reintroduce default database config
This commit is contained in:
parent
3ddbb6a6cd
commit
39b2c5f943
|
|
@ -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: ---
|
||||
|
|
|
|||
Loading…
Reference in New Issue