Badges: add missing conf fragment

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-22 09:19:48 +01:00
parent 8e1ccb5cca
commit 788fc696c8
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -38,7 +38,7 @@ routing_keys = ["#"]
# This tells the consumer where to look for its BadgeRule definitions. It
# may be a relative or an absolute path on the file system.
badges_directory = "/var/lib/badges/badges"
badges_directory = "/var/lib/badges/rules"
# Number of seconds to delay before consuming a message for our event loop.
# This is here to help us mitigate distributed race conditions between
@ -56,6 +56,15 @@ distgit_hostname = "src{{ env_suffix }}.fedoraproject.org"
id_provider_hostname = "id{{ env_suffix }}.fedoraproject.org"
fasjson_base_url = "https://fasjson{{ env_suffix }}.fedoraproject.org"
# This is a set of data that tells our consumer what Open Badges Issuer
# should be kept as the issuer of all the badges we create.
[consumer_config.badge_issuer]
issuer_id = "Fedora Project"
issuer_origin = "https://apps.fedoraproject.org"
issuer_name = "Fedora Project"
issuer_url = "http://fedoraproject.org"
issuer_email = "badges@fedoraproject.org"
[qos]
prefetch_size = 0