Settings model (base/src/platform_network/config/settings.py). All keys live under a section (for example master.proxy_port). See Configuration for how files and environment variables are merged.
Top level
The
environment value drives the production policy when set to prod, production, or staging.
network
Chain, wallet, and subnet identity (base/src/platform_network/config/settings.py:10-17).
master
Master proxy, epoch scheduling, registry, and upload acceptance (base/src/platform_network/config/settings.py:20-38).
validator
Validator registry polling and weight submission (base/src/platform_network/config/settings.py:41-52).
The effective weights endpoint is
weights_url if set, otherwise registry_url (base/src/platform_network/config/settings.py:50-52).
database
docker
Swarm broker, challenge networking, and job placement (base/src/platform_network/config/settings.py:59-104).
security
Admin token used to authorize admin API calls (base/src/platform_network/config/settings.py:107-109).
Provide the token inline with
admin_token, or point admin_token_file at a file containing it.
observability
Logging and telemetry (base/src/platform_network/config/settings.py:112-115).
Related
System architecture
What each settings section actually configures.
Configuration examples
These keys shown in complete, annotated files.