2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

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

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