chore: add allow_unsafe_locale: true to homeserver.yaml to bypass collation error

This commit is contained in:
Kroonk
2026-05-22 12:54:43 +02:00
parent 20d9bdefb3
commit 836f8163aa

View File

@@ -32,6 +32,7 @@ database:
host: synapse_db host: synapse_db
cp_min: 5 cp_min: 5
cp_max: 10 cp_max: 10
allow_unsafe_locale: true
# Medienspeicher und Uploads # Medienspeicher und Uploads
media_store_path: /data/media_store media_store_path: /data/media_store