mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Simplify dev-config.env file
- Don't need to re-specify the internal docker variables - Add comments
This commit is contained in:
parent
206743b58d
commit
07857c3088
@ -1,9 +1,10 @@
|
||||
# Set DEBUG to False for a production environment!
|
||||
INVENTREE_DEBUG=true
|
||||
|
||||
# Database linking options
|
||||
INVENTREE_DB_ENGINE=sqlite3
|
||||
INVENTREE_DB_NAME=/home/inventree/dev/inventree_db.sqlite3
|
||||
INVENTREE_MEDIA_ROOT=/home/inventree/dev/media
|
||||
INVENTREE_STATIC_ROOT=/home/inventree/dev/static
|
||||
INVENTREE_CONFIG_FILE=/home/inventree/dev/config.yaml
|
||||
INVENTREE_SECRET_KEY_FILE=/home/inventree/dev/secret_key.txt
|
||||
INVENTREE_DEBUG=true
|
||||
INVENTREE_WEB_ADDR=0.0.0.0
|
||||
INVENTREE_WEB_PORT=8000
|
||||
# INVENTREE_DB_HOST=hostaddress
|
||||
# INVENTREE_DB_PORT=5432
|
||||
# INVENTREE_DB_USERNAME=dbuser
|
||||
# INVENTREE_DB_PASSWEORD=dbpassword
|
||||
|
Loading…
Reference in New Issue
Block a user