Skip to content

Commit c353464

Browse files
authored
Improve docs for wsproxy url in appservice registration (#90)
1 parent 892f056 commit c353464

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example-registration.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ namespaces:
1111
# Localpart here is appservice -> bot -> username from the config
1212
- regex: '@imessagebot:example\.com'
1313
exclusive: true
14-
# Address that Synapse uses to contact mautrix-wsproxy
14+
# Address that Synapse uses to contact mautrix-wsproxy, this might be
15+
# something like "http://mautrix-wsproxy:29331" in a docker-compose
16+
# setup or "http://localhost:29331" on bare metal; if using Docker you
17+
# should make sure your networking is setup so this address is
18+
# reachable from from inside the synapse container
1519
url: "http://wsproxy.address:29331"
1620
# Put a new random string here, it doesn't affect anything else
1721
sender_localpart: random string

0 commit comments

Comments
 (0)