2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Use sqlite config for docker build test

This commit is contained in:
Oliver
2021-12-21 16:14:04 +11:00
parent 09777c5764
commit ecb9643cc1
3 changed files with 75 additions and 3 deletions

10
docker/sqlite-config.env Normal file
View File

@ -0,0 +1,10 @@
# InvenTree environment variables for a development setup
# Set DEBUG to False for a production environment!
INVENTREE_DEBUG=True
INVENTREE_DEBUG_LEVEL=INFO
# Database configuration options
# Note: The example setup is for a PostgreSQL database (change as required)
INVENTREE_DB_ENGINE=sqlite
INVENTREE_DB_NAME=/home/inventree/dev/inventree_db.sqlite3