W2FM: set the datagrepper URL

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-09-12 12:26:50 +02:00
parent a71bd24272
commit 4110db1cc4
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -3,3 +3,4 @@ SESSION_SECRET="{{ (env == 'staging')|ternary(webhook2fedmsg_stg_secret_key, web
FASJSON_URL="https://fasjson{{ env_suffix }}.fedoraproject.org"
OIDC__PROVIDER_URL="https://id{{ env_suffix }}.fedoraproject.org/openidc"
OIDC__CLIENT_ID="webhook2fedmsg"
DATAGREPPER_URL="https://apps{{ env_suffix }}.fedoraproject.org/datagrepper"