Spaces:
Sleeping
Sleeping
File size: 269 Bytes
96fd859 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Server Configuration
API_HOST=0.0.0.0
API_PORT=8000
DEBUG=true
# CORS
CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
# Model Configuration (future)
MODEL_PATH=../models/
MODEL_NAME=echoguard_v1
# Database (future)
# DATABASE_URL=sqlite:///./echoguard.db
|