event_persister.yaml 544 B

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