mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
18 lines
312 B
YAML
18 lines
312 B
YAML
# oragono web interface config
|
|
|
|
# hostname of the web interface
|
|
hostname: localhost
|
|
|
|
# address to listen on
|
|
listen: "localhost:8090"
|
|
|
|
# tls listeners
|
|
tls-listeners:
|
|
# listener on ":6697"
|
|
":8090":
|
|
key: web-tls.key
|
|
cert: web-tls.crt
|
|
|
|
# log level, one of error, warn, info, debug
|
|
log: debug
|