---
|
|
coturn:
|
|
listening_port: 3478
|
|
static_auth_secret: "pwgen 64 1"
|
|
server_name: turn.domain.org
|
|
realm: turn.domain.org
|
|
|
|
matrix:
|
|
url: "https://matrix.domain.org"
|
|
admin_contact: "admin@domain.org"
|
|
limit_usage_by_mau: "False"
|
|
max_mau_value: 50
|
|
mau_trial_days: 2
|
|
enable_search: "true"
|
|
db_name: synapse
|
|
db_user: synapse
|
|
db_password: "psql password"
|
|
db_host: "localhost"
|
|
cp_min: 10
|
|
cp_max: 20
|
|
event_cache_size: "10000"
|
|
rc_messages_per_second: 2
|
|
rc_message_burst_count: 10
|
|
federation_rc_window_size: 1000
|
|
federation_rc_sleep_limit: 10
|
|
federation_rc_sleep_delay: 500
|
|
federation_rc_reject_limit: 50
|
|
federation_rc_concurrent: 5
|
|
max_upload_size: "20M"
|
|
max_image_pixels: "32M"
|
|
max_spider_size: "10M"
|
|
enable_registration: "True"
|
|
allow_guest_access: "True"
|
|
server_name: matrix.domain.org
|
|
turn_server_name: "turn.domain.org"
|