mirror of
https://github.com/inventree/InvenTree.git
synced 2026-05-02 04:49:33 -05:00
00c5a88383
- No need to collect "static" file when we are running in DEBUG mode
7 lines
346 B
Bash
7 lines
346 B
Bash
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 |