Add the SITE_ROOT for pkgdb2 1.8.2
This commit is contained in:
parent
5e89f8edf2
commit
f40e8537b5
1 changed files with 4 additions and 2 deletions
|
@ -48,10 +48,12 @@ PKGDB2_BUGZILLA_PASSWORD = None
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
|
PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
|
||||||
PKGDB2_FAS_INSECURE = True
|
PKGDB2_FAS_INSECURE = True
|
||||||
SITE_URL = 'https://admin.stg.fedoraproject.org'
|
SITE_ROOT = 'https://admin.stg.fedoraproject.org'
|
||||||
|
SITE_URL = '%s/pkgdb' % SITE_ROOT
|
||||||
{% else %}
|
{% else %}
|
||||||
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
||||||
SITE_URL = 'https://admin.fedoraproject.org'
|
SITE_ROOT = 'https://admin.fedoraproject.org'
|
||||||
|
SITE_URL = '%s/pkgdb' % SITE_ROOT
|
||||||
{% endif %}
|
{% endif %}
|
||||||
## name of the user the pkgdb application can log in to FAS with
|
## name of the user the pkgdb application can log in to FAS with
|
||||||
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'
|
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue