Configuration
config.yaml
api_url: https://synthetics-api.statux.io/api/v1
relay_token: your-relay-token
poll_interval: 30s
max_concurrent_checks: 10
batch_size: 20
Environment Variables
Environment variables override YAML config:
| Variable | Description |
|---|---|
STATUX_API_URL | API base URL |
STATUX_RELAY_TOKEN | Authentication token |
STATUX_POLL_INTERVAL | Check poll interval |