Fix typo
This commit is contained in:
parent
2d20837268
commit
ad4f0c5c6d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ AUTH_PROVIDER_CONFIGURATION = {
|
||||||
'private_key': {'path': '/etc/fedoauth/persona.key',
|
'private_key': {'path': '/etc/fedoauth/persona.key',
|
||||||
'passphrase': '{{ fedoauth_persona_key_passphrase }}'},
|
'passphrase': '{{ fedoauth_persona_key_passphrase }}'},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
},/
|
},
|
||||||
'fedoauth.provider.openid': {'enabled': True,
|
'fedoauth.provider.openid': {'enabled': True,
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
'identity_url_pattern': 'http://%(username)s.id.stg.fedoraproject.org/',
|
'identity_url_pattern': 'http://%(username)s.id.stg.fedoraproject.org/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue