blob: 303d8a2b458a989dd51dcbf6e845aba1ae287eda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[top level]
loglevel=info
[pylon xmpp-barbaz]
type=xmpp
; port 5347
server=localhost
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
[pylon nanochat-gloop]
type=nanochat
server=gloop.woop.example
port=44322
poll=5
[bus test]
xmpp-barbaz test@conference.example.org
irc-boopbanana #test
discord-foobar channel_id_here
nanochat-gloop #test
|