Configuration

Configure agent profiles, telemetry and server connectivity.

December 3, 20251 min read
guideconfiguration

Configuration

ESNODE Core reads environment variables and simple TOML/YAML files.

profile: balanced
metrics:
  gpu: true
  pdu: false
server:
  url: http://pulse.local:8080
  token: ${ESNODE_TOKEN}

Set ESNODE_TOKEN in the environment to register securely with ESNODE Pulse.