Make pkgdb2 use OpenID securely

This commit is contained in:
Patrick Uiterwijk 2015-02-23 08:36:33 +00:00
parent 0ce5093ede
commit b6cd4860b6

View file

@ -78,6 +78,7 @@ SITE_URL = '%s/pkgdb' % SITE_ROOT
PKGDB2_EMAIL_NOTIFICATION = True
## Upon changes in pkgdb, update bugzilla
PKGDB2_BUGZILLA_NOTIFICATION = True
FAS_OPENID_ENDPOINT = 'https://id.fedoraproject.org/'
{% endif %}
## name of the user the pkgdb application can log in to FAS with
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'