[Pagure] Use the correct name of variable
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
82cc3661a7
commit
b34e3e08e6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"web": {
|
||||
"auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization",
|
||||
"client_id": "{{ pagure_oidc_client_id }}",
|
||||
"client_secret": "{{ pagure_oidc_client_secret_stg }}",
|
||||
"client_secret": "{{ pagure_stg_oidc_client_secret }}",
|
||||
"issuer": "https://id{{env_suffix}}.fedoraproject.org/openidc/",
|
||||
"redirect_uris": [
|
||||
"https://{{env_suffix}}.pagure.io/login"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue