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 |
pre_register |
Map |
no |
Register config |
server |
Mix [1] |
yes |
Discover config |
store |
Mix [1] |
yes |
Private Key Store config |
backend |
Mix [1] |
yes |
Backend config |
Footnotes