The /pkgdb/ is not needed

This commit is contained in:
Pierre-Yves Chibon 2014-05-21 09:36:01 +02:00
parent 06735a2f86
commit 27ed359f9a

View file

@ -48,10 +48,10 @@ PKGDB2_BUGZILLA_PASSWORD = None
{% if env == 'staging' %}
PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
PKGDB2_FAS_INSECURE = True
SITE_URL = 'https://admin.stg.fedoraproject.org/pkgdb'
SITE_URL = 'https://admin.stg.fedoraproject.org'
{% else %}
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
SITE_URL = 'https://admin.fedoraproject.org/pkgdb'
SITE_URL = 'https://admin.fedoraproject.org'
{% endif %}
## name of the user the pkgdb application can log in to FAS with
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'