mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-30 16:41:35 +00:00
Split environment variables out into a .env file
- No need to collect "static" file when we are running in DEBUG mode
This commit is contained in:
7
docker/dev-config.env
Normal file
7
docker/dev-config.env
Normal file
@@ -0,0 +1,7 @@
|
||||
INVENTREE_DB_ENGINE=sqlite3
|
||||
INVENTREE_DB_NAME=/home/inventree/src/inventree_docker_dev.sqlite3
|
||||
INVENTREE_MEDIA_ROOT=/home/inventree/src/inventree_media
|
||||
INVENTREE_STATIC_ROOT=/home/inventree/src/inventree_static
|
||||
INVENTREE_CONFIG_FILE=/home/inventree/src/config.yaml
|
||||
INVENTREE_SECRET_KEY_FILE=/home/inventree/src/secret_key.txt
|
||||
INVENTREE_DEBUG=true
|
Reference in New Issue
Block a user