Georg Pfuetzenreuter
bde9a8defb
Abstract settings which commonly differ between instances to a YAML based configuration file to allow for easy administration without the need for modifying the source code. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
19 lines
413 B
YAML
19 lines
413 B
YAML
watbot:
|
|
server:
|
|
host: irc.casa # mandatory, no default
|
|
port: 6697
|
|
tls_verify: true
|
|
name: watest
|
|
nick: watest # nick is name by default
|
|
user: watest # user is nick by default
|
|
admins: # optional, no default
|
|
hosts:
|
|
- admin.example.com
|
|
ignores: # optional, no default
|
|
hosts:
|
|
- annoying.example.com
|
|
channels: # optional, no default
|
|
permitted:
|
|
- '#lucy'
|
|
|