Configuration Reference
Gopherbot configuration is built from two layers:
- installed defaults from the engine
- custom overrides from your robot
The modern v3 layout is intentionally more structured than older versions:
custom/conf/robot.yamlfor robot-wide policycustom/conf/environments/for environment-specific defaultscustom/conf/protocols/for connector-local configcustom/conf/brains/andcustom/conf/history/for provider settingscustom/conf/plugins/andcustom/conf/jobs/for plugin and job metadata
This structure is the backbone of the v3 manual because it is also the backbone of the runtime.
Start with the robot.yaml reference when you need to know where a top-level option belongs or what a robot-wide setting does.