浏览代码

Add example config file

master
JustAnotherArchivist 4 年前
父节点
当前提交
b73483c62b
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. +21
    -0
      config.example.toml

+ 21
- 0
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

正在加载...
取消
保存