mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
.github
InvenTree
ci
deploy
docker
Dockerfile
dev-config.env
docker-compose.dev.yml
docker-compose.yml
gunicorn.conf.py
init.sh
nginx.conf
prod-config.env
requirements.txt
images
.eslintrc.yml
.gitattributes
.gitignore
.gitpod.yml
CONTRIBUTING.md
LICENSE
README.md
RELEASE.md
crowdin.yml
requirements.txt
setup.cfg
tasks.py
16 lines
440 B
Bash
16 lines
440 B
Bash
# InvenTree environment variables for a development setup
|
|
|
|
# Set DEBUG to False for a production environment!
|
|
INVENTREE_DEBUG=True
|
|
|
|
# Change verbosity level for debug output
|
|
INVENTREE_DEBUG_LEVEL=INFO
|
|
|
|
# Database linking options
|
|
INVENTREE_DB_ENGINE=sqlite3
|
|
INVENTREE_DB_NAME=/home/inventree/dev/inventree_db.sqlite3
|
|
# INVENTREE_DB_HOST=hostaddress
|
|
# INVENTREE_DB_PORT=5432
|
|
# INVENTREE_DB_USERNAME=dbuser
|
|
# INVENTREE_DB_PASSWEORD=dbpassword
|