[FMN] Use staging user for FAS
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
cf3f507296
commit
b544764f75
1 changed files with 5 additions and 1 deletions
|
@ -95,16 +95,20 @@ config = {
|
||||||
"active": True,
|
"active": True,
|
||||||
"url": "https://fasjson.stg.fedoraproject.org/"
|
"url": "https://fasjson.stg.fedoraproject.org/"
|
||||||
},
|
},
|
||||||
|
"fas_credentials": {
|
||||||
|
"username": "{{fedoraStagingDummyUser}}",
|
||||||
|
"password": "{{fedoraStagingDummyUserPassword}}",
|
||||||
|
},
|
||||||
{% else -%}
|
{% else -%}
|
||||||
"fasjson": {
|
"fasjson": {
|
||||||
"active": True,
|
"active": True,
|
||||||
"url": "https://fasjson.fedoraproject.org/"
|
"url": "https://fasjson.fedoraproject.org/"
|
||||||
},
|
},
|
||||||
{% endif %}
|
|
||||||
"fas_credentials": {
|
"fas_credentials": {
|
||||||
"username": "{{fedoraDummyUser}}",
|
"username": "{{fedoraDummyUser}}",
|
||||||
"password": "{{fedoraDummyUserPassword}}",
|
"password": "{{fedoraDummyUserPassword}}",
|
||||||
},
|
},
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
## Backend stuff ##
|
## Backend stuff ##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue