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
- server_name: "[My URL]"
- enable_registration: false
- enable_registration_without_verification: false
- enable_group_creation: true
- pid_file: /data/homeserver.pid
- listeners:
- - port: 8008
- tls: false
- type: http
- x_forwarded: true
- resources:
- - names: [client, federation]
- compress: false
- database:
- name: psycopg2
- args:
- user: synapseuser
- password: synapsepass
- database: synapsedb
- host: synapse-db
- cp_min: 5
- cp_max: 10
- log_config: "/data/[My Server Name].log.config"
- media_store_path: /data/media_store
- registration_shared_secret: "aCca&&G9_i-rA7-yWQx-X6V*ijBAH.XMIg~HkQb6ztpLSSWdLN"
- report_stats: true
- macaroon_secret_key: "W^:^WVvK;c4@hcCx@,_R7ozzOCIKj;#zbHR+k;u=89F@K@qf~2"
- form_secret: ":XY+m;q9&HFUH5DJvu+VK1.on_UAGb5Q^7fH-AMlP5kjC=@aAH"
- signing_key_path: "/data/[My Server Name].signing.key"
- trusted_key_servers:
- - server_name: "matrix.org"
- # vim:ft=yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement