PlatformPlatform
Configuration
YAML and environment settings for master, validator, database, Docker, GPU, weights, security, and observability.
platformconfigyamlenvironment
Settings groups
Platform loads structured settings and supports environment overrides for deployment.
| Group | Common keys |
|---|---|
| network | name, netuid, chain endpoint, wallet, hotkey, master UID. |
| master | admin/proxy hosts and ports, registry state file, epoch interval. |
| validator | registry URL and retry interval. |
| database | PostgreSQL URL and migration settings. |
| docker | network, secret directory, broker URL, allowed images. |
| weights | fallback URL/token, signing secret, latest weights file. |
| security | admin token or token file. |
| observability | JSON logs, Sentry DSN, OpenTelemetry service name. |
Secrets
Production deployments should prefer file-backed secrets. Challenge tokens, admin tokens, signing keys, and GPU-agent tokens should never be exposed through registry responses or public logs.