There are two files to fix...
This commit is contained in:
parent
0eb6156492
commit
91e5fa6362
1 changed files with 6 additions and 2 deletions
|
@ -45,11 +45,15 @@ PKGDB2_BUGZILLA_PASSWORD = None
|
||||||
### FAS information
|
### FAS information
|
||||||
|
|
||||||
## URL to the FAS instance to query
|
## URL to the FAS instance to query
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
PKGDB2_FAS_URL = 'https://admin.stg.fedoraproject.org/accounts'
|
||||||
|
{% else %}
|
||||||
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
PKGDB2_FAS_URL = 'https://admin.fedoraproject.org/accounts'
|
||||||
|
{% 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 = '{{ pkgdb_fas_user }}'
|
PKGDB2_FAS_USER = '{{ fedorathirdpartyUser }}'
|
||||||
## password of the user the pkgdb application can log in to FAS with
|
## password of the user the pkgdb application can log in to FAS with
|
||||||
PKGDB2_FAS_PASSWORD = '{{ pkgdb_fas_password }}'
|
PKGDB2_FAS_PASSWORD = '{{ fedorathirdpartyPassword }}'
|
||||||
|
|
||||||
|
|
||||||
### pkgdb notifications
|
### pkgdb notifications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue