44 lines
941 B
Plaintext
44 lines
941 B
Plaintext
server_name: __MATRIX_SERVER_NAME__
|
|
public_baseurl: __MATRIX_PUBLIC_BASEURL__
|
|
pid_file: /data/homeserver.pid
|
|
web_client_location: __ELEMENT_WEB_LOCATION__
|
|
|
|
listeners:
|
|
- port: 8008
|
|
tls: false
|
|
type: http
|
|
x_forwarded: true
|
|
resources:
|
|
- names: [client]
|
|
compress: false
|
|
|
|
database:
|
|
name: psycopg2
|
|
txn_limit: 10000
|
|
args:
|
|
user: synapse
|
|
password: __SYNAPSE_POSTGRES_PASSWORD__
|
|
dbname: synapse
|
|
host: db
|
|
port: 5432
|
|
cp_min: 1
|
|
cp_max: 5
|
|
keepalives_idle: 10
|
|
keepalives_interval: 10
|
|
keepalives_count: 3
|
|
|
|
media_store_path: /data/media_store
|
|
uploads_path: /data/uploads
|
|
max_upload_size: 100M
|
|
|
|
enable_registration: false
|
|
enable_registration_without_verification: false
|
|
registration_shared_secret: __SYNAPSE_REGISTRATION_SHARED_SECRET__
|
|
|
|
report_stats: false
|
|
presence:
|
|
enabled: false
|
|
url_preview_enabled: false
|
|
suppress_key_server_warning: true
|
|
signing_key_path: /data/signing.key
|