diff options
Diffstat (limited to 'wilson.ini.example')
| -rw-r--r-- | wilson.ini.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/wilson.ini.example b/wilson.ini.example index 2eb7708..a80ccd4 100644 --- a/wilson.ini.example +++ b/wilson.ini.example @@ -3,6 +3,7 @@ loglevel=info [pylon xmpp-barbaz] type=xmpp +shortname=x ; port 5347 server=localhost component=barbaz.boingsrv.example.org @@ -10,6 +11,7 @@ component_secret=seeeeeecret_password_here [pylon irc-boopbanana] type=irc +shortname=i host=localhost port=6667 password=seeeeeecret_password_here @@ -17,17 +19,20 @@ nodename=boopbanana.boing [pylon discord-foobar] type=discord +shortname=d token=bot_token_here temp_wh=webhook_here [pylon nanochat-gloop] type=nanochat +shortname=n server=gloop.woop.example port=44322 poll=5 [pylon quaddle-boingy] type=quaddle +shortname=q base_url=https://boingy.example/ bot_username=wilson bot_password=seeeeeecret_password_here |
