diff options
| author | 2019-12-02 19:55:21 +0000 | |
|---|---|---|
| committer | 2019-12-02 19:55:21 +0000 | |
| commit | b73483c62bc452d77a7d705ac919ecaeb5aa025d (patch) | |
| tree | c8099151a717dd7a0fead35dde09736088a11faa | |
| parent | Confirm message delivery by periodic PINGs (diff) | |
| signature | ||
Add example config file
| -rw-r--r-- | config.example.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml new file mode 100644 index 0000000..f2f343d --- /dev/null +++ b/config.example.toml @@ -0,0 +1,21 @@ +[irc] + #host = 'irc.hackint.org' + #port = 6697 + # Possible values: 'yes' (connect over SSL/TLS and verify certificates), 'no' (connect without SSL/TLS), and 'insecure' (connect over SSL/TLS but disable all certificate checks) + #ssl = 'yes' + #nick = 'h2ibot' + #real = 'I am an http2irc bot.' + +[web] + #host = '127.0.0.1' + #port = 8080 + +[maps] + # No maps exist by default. + #[maps.spam] + # If webpath and/or ircchannel aren't specified, they correspond to the map key. + # The webpath must start with a slash. + #webpath = '/spam' + #ircchannel = '#spam' + # auth can be either 'user:pass' for basic authentication or false to disable auth + #auth = false |
