Also needs some fas credentials.
This commit is contained in:
parent
8f13b977db
commit
eb63537a96
1 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,19 @@ config = {
|
||||||
|
|
||||||
"fmn.web.default_login": "fedora_login",
|
"fmn.web.default_login": "fedora_login",
|
||||||
|
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"fas_credentials": {
|
||||||
|
"username": "{{fedoraDummyUser}}",
|
||||||
|
"password": "{{fedoraDummyUserPassword}}",
|
||||||
|
"base_url": "https://admin.stg.fedoraproject.org/accounts",
|
||||||
|
},
|
||||||
|
{% else %}
|
||||||
|
"fas_credentials": {
|
||||||
|
"username": "{{fedoraDummyUser}}",
|
||||||
|
"password": "{{fedoraDummyUserPassword}}",
|
||||||
|
},
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Some configuration for the rule processors
|
# Some configuration for the rule processors
|
||||||
"fmn.rules.utils.use_pkgdb2": True,
|
"fmn.rules.utils.use_pkgdb2": True,
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue