Add the OpenID issuer configuration

This commit is contained in:
Patrick Uiterwijk 2014-02-14 14:07:39 +01:00
parent 250c7e921c
commit 315fb71922

View file

@ -29,6 +29,7 @@ FAS_AVAILABLE_TO = []
# PERSONA CONFIGURATION
# This is the domain for which we are willing to sign
PERSONA_DOMAIN = 'stg.fedoraproject.org'
PERSONA_ISSUER = 'id.stg.fedoraproject.org'
PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.stg.key'
PERSONA_PRIVATE_KEY_PASSPHRASE = '{{ fedoauth_persona_key_passphrase }}'