Fix default port association

This commit is contained in:
Oliver Walters 2021-06-15 23:40:50 +10:00
parent 8bfdb0bec6
commit 632ea593fe
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -64,4 +64,4 @@ secret_key.txt
htmlcov/
# Development files
.dev/
dev/

View File

@ -5,5 +5,5 @@ 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=127.0.0.1
INVENTREE_WEB_ADDR=0.0.0.0
INVENTREE_WEB_PORT=8000