We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892f056 commit c353464Copy full SHA for c353464
example-registration.yaml
@@ -11,7 +11,11 @@ namespaces:
11
# Localpart here is appservice -> bot -> username from the config
12
- regex: '@imessagebot:example\.com'
13
exclusive: true
14
-# Address that Synapse uses to contact mautrix-wsproxy
+# 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
19
url: "http://wsproxy.address:29331"
20
# Put a new random string here, it doesn't affect anything else
21
sender_localpart: random string
0 commit comments