mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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,
|
# Uncomment (and edit) one of the database configurations below,
|
||||||
# or specify database options using environment variables
|
# 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
|
# Refer to the django documentation for full list of options
|
||||||
|
|
||||||
# --- Available options: ---
|
# --- Available options: ---
|
||||||
|
Loading…
Reference in New Issue
Block a user