revert to recipe state of v6.8.0

This commit is contained in:
val
2026-01-15 11:13:51 +01:00
parent 8640abbe79
commit 460f5a969c
5 changed files with 6 additions and 12 deletions

View File

@ -130,7 +130,7 @@ log_config: "/data/log.config"
media_store_path: "/data/media_store"
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#max_upload_size
max_upload_size: {{ or (env "MAX_UPLOAD_SIZE") 50M }}
max_upload_size: 50M
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#turn
{{ if eq (env "TURN_ENABLED") "1" }}