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:
@ -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
|
Reference in New Issue
Block a user