|
|
|
@@ -136,6 +136,15 @@ matrix_synapse_report_stats: false |
|
|
|
# disabling this will decrease server load significantly. |
|
|
|
matrix_synapse_use_presence: true |
|
|
|
|
|
|
|
# Controls whether accessing the server's public rooms directory can be done without authentication. |
|
|
|
# For private servers, you most likely wish to require authentication, |
|
|
|
# unless you know what list of rooms you're publishing to the world and explicitly want to do it. |
|
|
|
matrix_synapse_allow_public_rooms_without_auth: false |
|
|
|
|
|
|
|
# Controls whether remote servers can fetch this server's public rooms directory via federation. |
|
|
|
# For private servers, you most likely wish to forbid it. |
|
|
|
matrix_synapse_allow_public_rooms_over_federation: false |
|
|
|
|
|
|
|
# Controls whether people with access to the homeserver can register by themselves. |
|
|
|
matrix_synapse_enable_registration: false |
|
|
|
|
|
|
|
|