diff options
| author | olive <olive@olive.ooo> | 2026-09-17 20:33:50 +0100 |
|---|---|---|
| committer | olive <olive@olive.ooo> | 2026-09-17 20:33:50 +0100 |
| commit | 72c24073b8603459fc9b62386a62a54f1c9e7296 (patch) | |
| tree | a5b6195bfd4468b7731b2f9fe674f0460efe609d /wilson.ini.example | |
| parent | 9157750d04dfb2863bc5822b908336e663b141b1 (diff) | |
add shortname to wilson.ini.example
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 |
