Update synapse/homeserver.yaml
Browse files- synapse/homeserver.yaml +11 -9
synapse/homeserver.yaml
CHANGED
|
@@ -23,19 +23,15 @@ federation_ip_range_blacklist:
|
|
| 23 |
|
| 24 |
# ---------- Inscription libre ----------
|
| 25 |
enable_registration: true
|
| 26 |
-
#
|
| 27 |
-
|
| 28 |
-
# Optionnel : désactiver le captcha (non configuré ici de toute façon)
|
| 29 |
-
# recaptcha_public_key: ""
|
| 30 |
-
# recaptcha_private_key: ""
|
| 31 |
-
# enable_registration_captcha: false
|
| 32 |
|
| 33 |
-
#
|
| 34 |
enable_admin_api: true
|
| 35 |
|
| 36 |
report_stats: false
|
| 37 |
|
| 38 |
-
# Clés de sécurité (vous pouvez les changer
|
| 39 |
macaroon_secret_key: "ChangeMoiMacaroon"
|
| 40 |
form_secret: "ChangeMoiForm"
|
| 41 |
|
|
@@ -85,4 +81,10 @@ rc_invites:
|
|
| 85 |
burst_count: 9999
|
| 86 |
rc_3pid_validation:
|
| 87 |
per_second: 9999
|
| 88 |
-
burst_count: 9999
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
# ---------- Inscription libre ----------
|
| 25 |
enable_registration: true
|
| 26 |
+
# Autoriser explicitement l’inscription sans email/captcha
|
| 27 |
+
enable_registration_without_verification: true
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
+
# API d’administration (pour gérer les utilisateurs depuis Element)
|
| 30 |
enable_admin_api: true
|
| 31 |
|
| 32 |
report_stats: false
|
| 33 |
|
| 34 |
+
# Clés de sécurité (vous pouvez les changer)
|
| 35 |
macaroon_secret_key: "ChangeMoiMacaroon"
|
| 36 |
form_secret: "ChangeMoiForm"
|
| 37 |
|
|
|
|
| 81 |
burst_count: 9999
|
| 82 |
rc_3pid_validation:
|
| 83 |
per_second: 9999
|
| 84 |
+
burst_count: 9999
|
| 85 |
+
|
| 86 |
+
# ---------- Supprimer l'avertissement sur les trusted key servers ----------
|
| 87 |
+
suppress_key_server_warning: true
|
| 88 |
+
# (facultatif) si vous voulez définir un serveur de clés, vous pouvez laisser cette ligne commentée
|
| 89 |
+
# trusted_key_servers:
|
| 90 |
+
# - server_name: "matrix.org"
|