Spaces:
Running
Running
# Environment variables for OmniSealBench | |
# Copy this file to .env and modify as needed | |
# Flask settings | |
FLASK_APP=app.py | |
FLASK_ENV=development # Change to 'production' for deployment | |
# Server settings | |
PORT=5000 | |
HOST=0.0.0.0 | |
# Data paths (relative to the backend directory) | |
DATA_PATH=../data | |
EXAMPLES_PATH=../examples | |