Environment Variables
78 | 79 |Config
80 |Config is an example configuration structure. 81 | It is used to generate documentation for the configuration 82 | using the commands below.
83 |-
84 |
HOST
(separated by ";
", required) - Hosts name of hosts to listen on.
85 | PORT
(required, non-empty) - Port to listen on.
86 | DEBUG
(default:false
) - Debug mode enabled.
87 | PREFIX
- Prefix for something.
88 |