Configuration

brc.py

brc.py is the configuration that b.py command reads from the current working directory, it may look like:

service = '<service id>'
service_options = {
  # see below
}

# Normally, you only need settings above.
# For customized handlers and services, you can specify:

handlers = {
  # see below
}

services = {
  # see below
}

A normal brc.py only needs service and service_options, but you can add customized handlers and services.

See also

Service options

Table Of Contents

Previous topic

b.py command

Next topic

Header

This Page