From 1a34cd0fce49991ba0888029f0a42fd5f730a997 Mon Sep 17 00:00:00 2001 From: olive Date: Sat, 12 Sep 2026 16:21:14 +0100 Subject: remove old hardcoded config from main.lua and add example conf --- wilson.ini.example | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 wilson.ini.example (limited to 'wilson.ini.example') diff --git a/wilson.ini.example b/wilson.ini.example new file mode 100644 index 0000000..8a06b03 --- /dev/null +++ b/wilson.ini.example @@ -0,0 +1,24 @@ +[pylon xmpp-barbaz] +type=xmpp +; port 5222 +server=boingsrv.example.org +component=barbaz.boingsrv.example.org +component_secret=seeeeeecret_password_here + +[pylon irc-boopbanana] +type=irc +host=localhost +port=6667 +password=seeeeeecret_password_here +nodename=boopbanana.boing + +[pylon discord-foobar] +type=discord +token=bot_token_here +temp_wh=webhook_here + + +[bus test] +xmpp-barbaz test@conference.example.org +irc-boopbanana #test +discord-foobar channel_id_here -- cgit v1.2.3