-
Notifications
You must be signed in to change notification settings - Fork 2
Config.py File
ALLOWED_HOSTS: Contains allowed addresses from which the web tool can be accessed from. Make sure the host machine's local IP address is in this list in order to access the web tool from other computers on the network.
LOCAL_IMAGE_FOLDER: Path to the folder that will be mounted in the Docker container. Files in this folder will be accessible within the web tool via the "Local image file" dropdown. Make this path the path to a file in the MPFI shared drive so that a computer on the MPFI wifi can put images into the folder and then select those images from the web tool.
VERSION_NUMBER: Current web tool version. Do not change this unless you are making changes to the master branch of the GitHub repository.
DJANGO_DEV_PORT: Port number where web tool will be hosted. Change this to run multiple versions of the web tool from the same computer.
REDIS_PORT: Port number for Redis server. Change this to run multiple versions of the web tool from the same computer.