fedora-messaging.toml.example 398 B

123456789101112131415
  1. # Example configuraton for Fedora Messaging
  2. # More information on how to use it or what to do with it at:
  3. # https://fedora-messaging.readthedocs.io/en/stable/configuration.html
  4. # Broker address
  5. amqp_url = "amqp://"
  6. # Authentication is TLS-based
  7. [tls]
  8. ca_cert = "/etc/pki/tls/certs/ca-bundle.crt"
  9. keyfile = "/my/client/key.pem"
  10. certfile = "/my/client/cert.pem"
  11. [client_properties]
  12. app = "pagure"