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:
user
2026-02-15 00:41:19 +01:00
parent bf45abcbad
commit 970d5d8b0b
2 changed files with 13 additions and 0 deletions

16
config/derp.toml.example Normal file
View 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"