diff options
| author | olive <olive@olive.ooo> | 2026-09-12 16:21:14 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-12 16:21:14 +0100 |
| commit | 1a34cd0fce49991ba0888029f0a42fd5f730a997 (patch) | |
| tree | 5914c68257b3c250d7f34962abae29edc23aa82c /wilson.ini.example | |
| parent | 9127e598e0a2dbec72eea6185ad67d739d3f1e83 (diff) | |
remove old hardcoded config from main.lua and add example conf
Diffstat (limited to 'wilson.ini.example')
| -rw-r--r-- | wilson.ini.example | 24 |
1 files changed, 24 insertions, 0 deletions
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 |
