Badges: add a config value that will be needed in the next update

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-25 16:16:00 +02:00
parent a431c7e919
commit c3cf83f3a5
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -57,6 +57,9 @@ consume_delay = 1
# production, this will be a postgres URI.
database_uri = "postgresql://{{ tahrirDBUser }}:{{ (env == 'production')|ternary(tahrirDBPassword, tahrirstgDBPassword) }}@{{ badges_db_host }}/{{ badges_db_name }}"
# Email domain for badges
email_domain = "{{ env_prefix }}fedoraproject.org"
# Datanommer database URI
datanommer_db_uri = "postgresql://{{ tahrirDBUser }}:{{ (env == 'production')|ternary(tahrirDBPassword, tahrirstgDBPassword) }}@{{ datanommer_db_hostname }}{{ env_suffix }}/datanommer2"
datagrepper_url = "https://apps{{ env_suffix }}.fedoraproject.org/datagrepper"