From f34287f6716f62122d0b20abb08a1f8c99f92f2c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 05 2019 15:17:21 +0000 Subject: Add an example fedora-messaging configuration file Signed-off-by: Pierre-Yves Chibon --- diff --git a/files/fedora-messaging.toml.example b/files/fedora-messaging.toml.example new file mode 100644 index 0000000..fa917cb --- /dev/null +++ b/files/fedora-messaging.toml.example @@ -0,0 +1,15 @@ +# Example configuraton for Fedora Messaging +# More information on how to use it or what to do with it at: +# https://fedora-messaging.readthedocs.io/en/stable/configuration.html + +# Broker address +amqp_url = "amqp://" + +# Authentication is TLS-based +[tls] +ca_cert = "/etc/pki/tls/certs/ca-bundle.crt" +keyfile = "/my/client/key.pem" +certfile = "/my/client/cert.pem" + +[client_properties] +app = "pagure"