Skip to main content
The app section contains app-level options.
This section is required for BuildBuddy to function.

Configuration Options

Required Options

build_buddy_url
string
required
Configures the external URL where your BuildBuddy instance can be found.
This does not actually change the server address or port. See flags documentation for information on how to configure ports.

Optional Options

events_api_url
string
Overrides the default build event protocol gRPC address shown by BuildBuddy on the configuration screen.
This does not actually change the server address.
cache_api_url
string
Overrides the default remote cache protocol gRPC address shown by BuildBuddy on the configuration screen.
This does not actually change the server address.
remote_execution_api_url
string
Overrides the default remote execution protocol gRPC address shown by BuildBuddy on the configuration screen.
This does not actually change the server address.
default_to_dense_mode
boolean
Enables Dense UI mode by default.

Example Configuration

config.yaml
app:
  build_buddy_url: "http://buildbuddy.acme.corp"

Build docs developers (and LLMs) love