FPDC: new configuration key for DIST_GIT_URL
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e3071a25c6
commit
f21de04fee
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ data:
|
|||
"OIDC_OP_AUTHORIZATION_ENDPOINT": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Authorization",
|
||||
"OIDC_OP_TOKEN_ENDPOINT": "https://id{{ env_suffix }}.fedoraproject.org/openidc/Token",
|
||||
"OIDC_OP_USER_ENDPOINT": "https://id{{ env_suffix }}.fedoraproject.org/openidc/UserInfo",
|
||||
"DIST_GIT_URL": "https://src{{ env_suffix }}.fedoraproject.org/{namespace}/{name}",
|
||||
{% if env == 'staging' %}
|
||||
"SECRET_KEY": "{{ stg_fpdc_secret_key }}",
|
||||
"DB_PASSWORD": "{{ fpdc_stg_db_pass }}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue