Skip to content

Commit

Permalink
Update tahrir-api and tahrir-messages
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jun 11, 2024
1 parent e0cbba1 commit c4cc4e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ the ``[consumer_config]`` section of the configuration file. See
<https://github.com/fedora-infra/fedbadges/blob/develop/fedbadges.toml.example>`_
in the git repo for an example.

fedbadges also emits its own messages. Please note that the ``topic_prefix`` in
the configuration should at least be ``badges``. In the Fedora Infrastructure,
it will be ``org.fedoraproject.prod.badges``.
fedbadges also emits its own messages. In the Fedora Infrastructure, the
``topic_prefix`` will be ``org.fedoraproject.prod``.

Configuration - BadgeRule specification
---------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fedbadges.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ amqp_url = "amqp://localhost/%2Fpubsub"
callback = "fedbadges.consumer:FedoraBadgesConsumer"
passive_declares = false
publish_exchange = "amq.topic"
topic_prefix = "badges"
topic_prefix = ""

[tls]
ca_cert = "/etc/fedora-messaging/cacert.pem"
Expand Down
15 changes: 7 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4cc4e5

Please sign in to comment.