0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 04:28:58 +02:00

Fix sample config

This commit is contained in:
Richard van der Hoff 2019-05-01 16:48:23 +01:00
parent 03ad6bd483
commit cc4bd762df

View file

@ -136,8 +136,8 @@ pid_file: DATADIR/homeserver.pid
# #
# Valid resource names are: # Valid resource names are:
# #
# client: the client-server API (/_matrix/client). Also implies 'media' and # client: the client-server API (/_matrix/client), and the synapse admin
# 'static'. # API (/_synapse/admin). Also implies 'media' and 'static'.
# #
# consent: user consent forms (/_matrix/consent). See # consent: user consent forms (/_matrix/consent). See
# docs/consent_tracking.md. # docs/consent_tracking.md.