Badges: add missing conf fragment
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
8e1ccb5cca
commit
788fc696c8
1 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue