omnisealbench_mduppes / .env.example
Mark Duppenthaler
Test docker
9a03fcf
raw
history blame contribute delete
322 Bytes
# 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