echoguard-api / .env.example
GitHub Actions
Automated backend deployment from GitHub Actions
96fd859
Raw
History Blame Contribute Delete
269 Bytes
# 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