W2FM: fixup OIDC client_id

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-08-20 15:26:32 +02:00
parent 726778e6ea
commit 482e9d21f5
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -2,3 +2,4 @@ DATABASE__SQLALCHEMY__URL="postgresql://webhook2fedmsg:{{ (env == 'staging')|ter
SESSION_SECRET="{{ (env == 'staging')|ternary(webhook2fedmsg_stg_secret_key, webhook2fedmsg_prod_secret_key) }}"
FASJSON_URL="https://fasjson{{ env_suffix }}.fedoraproject.org"
OIDC__PROVIDER_URL="https://id{{ env_suffix }}.fedoraproject.org/openidc"
OIDC__CLIENT_ID="webhook2fedmsg"