event_persister.yaml 672 B

123456789101112131415161718192021222324
  1. worker_app: synapse.app.generic_worker
  2. worker_name: event_persister1
  3. # The replication listener on the main synapse process.
  4. worker_replication_host: 127.0.0.1
  5. worker_replication_http_port: 9093
  6. worker_listeners:
  7. - type: http
  8. port: 8034
  9. resources:
  10. - names: [replication]
  11. # Enable listener if this stream writer handles endpoints for the `typing` or
  12. # `to_device` streams. Uses a different port to the `replication` listener to
  13. # avoid exposing the `replication` listener publicly.
  14. #
  15. #- type: http
  16. # port: 8035
  17. # x_forwarded: true
  18. # resources:
  19. # - names: [client]
  20. worker_log_config: /etc/matrix-synapse/event-persister-log.yaml