Configuration

YAML is used as the configuration file format. The main conf file, which should be specified with the command line option -c, is make up of the following entries:

Key

Type

Reload

Description

runtime

Map

no

Runtime config, see Runtime

worker

Map [2]

no

An unaided runtime will be started if present.

log

Map

no

Log config, see Log

stat

Map

no

Stat config, see Stat

controller

Seq

no

Controller config

resolver

Mix [1]

yes

Resolver config, see Resolver

escaper

Mix [1]

yes

Escaper config, see Escaper

user_group

Mix [1]

yes

User group config, see Auth

auditor

Mix [1]

yes

Auditor config, see Auditor

server

Mix [1]

yes

Server config, see Server

Footnotes