You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/development/demo.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Requires you to have a [Synapse development environment setup](https://matrix-org.github.io/synapse/develop/development/contributing_guide.html#4-install-the-dependencies).
6
6
7
7
The demo setup allows running three federation Synapse servers, with server
8
-
names `localhost:8080`, `localhost:8081`, and `localhost:8082`.
8
+
names `localhost:8480`, `localhost:8481`, and `localhost:8482`.
9
9
10
10
You can access them via any Matrix client over HTTP at `localhost:8080`,
11
11
`localhost:8081`, and `localhost:8082` or over HTTPS at `localhost:8480`,
@@ -20,9 +20,10 @@ and the servers are configured in a highly insecure way, including:
20
20
The servers are configured to store their data under `demo/8080`, `demo/8081`, and
21
21
`demo/8082`. This includes configuration, logs, SQLite databases, and media.
22
22
23
-
Note that when joining a public room on a different HS via "#foo:bar.net", then
24
-
you are (in the current impl) joining a room with room_id "foo". This means that
25
-
it won't work if your HS already has a room with that name.
23
+
Note that when joining a public room on a different homeserver via "#foo:bar.net",
24
+
then you are (in the current implementation) joining a room with room_id "foo".
25
+
This means that it won't work if your homeserver already has a room with that
0 commit comments