mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Add sqlite-config file back in
- required for CI steps - might refactor this out later on
This commit is contained in:
parent
b3d96801af
commit
0974fde59e
10
docker/sqlite-config.env
Normal file
10
docker/sqlite-config.env
Normal 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
|
Loading…
x
Reference in New Issue
Block a user