Spaces:
Sleeping
Sleeping
| # 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 | |