W2FM: fixup OIDC client_id
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
726778e6ea
commit
482e9d21f5
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue