diff options
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 |
