fix: gitignore live config, add example template
Untrack config/derp.toml to avoid leaking credentials. Ship config/derp.toml.example as the reference template.
This commit is contained in:
16
config/derp.toml.example
Normal file
16
config/derp.toml.example
Normal file
@@ -0,0 +1,16 @@
|
||||
[server]
|
||||
host = "irc.libera.chat"
|
||||
port = 6697
|
||||
tls = true
|
||||
nick = "derp"
|
||||
user = "derp"
|
||||
realname = "derp IRC bot"
|
||||
password = ""
|
||||
|
||||
[bot]
|
||||
prefix = "!"
|
||||
channels = ["#test"]
|
||||
plugins_dir = "plugins"
|
||||
|
||||
[logging]
|
||||
level = "info"
|
||||
Reference in New Issue
Block a user