Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file for Synapse.
- #
- # This is a YAML file: see [1] for a quick introduction. Note in particular
- # that *indentation is important*: all the elements of a list or dictionary
- # should have the same indentation.
- #
- # [1] https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html
- #
- # For more information on how to configure Synapse, including a complete accounting of
- # each option, go to docs/usage/configuration/config_documentation.md or
- # https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html
- #
- # This is set in /etc/matrix-synapse/conf.d/server_name.yaml for Debian installations.
- # server_name: "SERVERNAME"
- pid_file: "/var/run/matrix-synapse.pid"
- listeners:
- - port: 8008
- tls: false
- type: http
- x_forwarded: true
- bind_addresses: ['0.0.0.0']
- resources:
- - names: [client, federation]
- compress: false
- database:
- name: sqlite3
- args:
- database: /var/lib/matrix-synapse/homeserver.db
- log_config: "/etc/matrix-synapse/log.yaml"
- media_store_path: /var/lib/matrix-synapse/media
- signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
- trusted_key_servers:
- - server_name: "matrix.org"
- registration_shared_secret:
- enable_registration: true
- registration_requires_token: true
- suppress_key_server_warning: true
- room_list_publication_rules:
- - "action": "allow"
- admin_contact: 'mailto:[email protected]'
- max_avatar_size: 5M
- auto_join_rooms:
- - "#marktplatz:matrix.beukert.eu"
- #serve_server_wellknown: tru
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement