IPSILON: enable fpdc oidc plugin in production and staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
63c2526d93
commit
8f8daf1847
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ global enabled=allow
|
|||
global enabled=persona,openid,saml2,openidc
|
||||
|
||||
{% if env == "production" %}
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,fpdc
|
||||
{% else %}
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,modernpaste
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,freshmaker,src,modernpaste,fpdc
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue