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
Copy file name to clipboardexpand all lines: demo/README
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,5 @@ Logs and sqlitedb will be stored in demo/808{0,1,2}.{log,db}
22
22
23
23
24
24
25
-
Also note that when joining a public room on a differnt HS via "#foo:bar.net", then you are (in the current impl) joining a room with room_id "foo". This means that it won't work if your HS already has a room with that name.
25
+
Also note that when joining a public room on a different HS via "#foo:bar.net", then you are (in the current impl) joining a room with room_id "foo". This means that it won't work if your HS already has a room with that name.
Copy file name to clipboardexpand all lines: docker/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ The following environment variables are supported in `generate` mode:
68
68
directories. If unset, and no user is set via `docker run --user`, defaults
69
69
to `991`, `991`.
70
70
71
+
## Postgres
72
+
73
+
By default the config will use SQLite. See the [docs on using Postgres](https://github.com/matrix-org/synapse/blob/develop/docs/postgres.md) for more info on how to use Postgres. Until this section is improved [this issue](https://github.com/matrix-org/synapse/issues/8304) may provide useful information.
74
+
71
75
## Running synapse
72
76
73
77
Once you have a valid configuration file, you can start synapse as follows:
0 commit comments