2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 11:15:31 +00:00

Remove sqlite references

This commit is contained in:
Oliver
2021-12-21 00:42:07 +11:00
parent b6a99ce7c2
commit bdaf7c66e7
4 changed files with 1 additions and 26 deletions

View File

@ -14,7 +14,6 @@ database:
# --- Available options: ---
# ENGINE: Database engine. Selection from:
# - sqlite3
# - mysql
# - postgresql
# NAME: Database name
@ -23,10 +22,6 @@ database:
# HOST: Database host address (if required)
# PORT: Database host port (if required)
# --- Example Configuration - sqlite3 ---
# ENGINE: sqlite3
# NAME: '/home/inventree/database.sqlite3'
# --- Example Configuration - MySQL ---
#ENGINE: mysql
#NAME: inventree