# Azaion.Detections — Environment Variables # Copy to .env and fill in actual values # External service URLs LOADER_URL=http://loader:8080 ANNOTATIONS_URL=http://annotations:8080 # Authentication (HMAC secret shared with Admin API; if empty, auth is not enforced) JWT_SECRET= # Remote Admin API for token refresh (if empty, refresh is skipped — offline/field mode) ADMIN_API_URL= # File paths CLASSES_JSON_PATH=classes.json LOG_DIR=Logs VIDEOS_DIR=./data/videos IMAGES_DIR=./data/images # Container registry (for deployment scripts) REGISTRY=your-registry.example.com IMAGE_TAG=latest # Remote deployment target (for deploy.sh) DEPLOY_HOST= DEPLOY_USER=deploy