Supply a staging URL for staging fedmsg-irc.
This commit is contained in:
parent
8a2b0c0458
commit
c6c9fe0a3e
1 changed files with 3 additions and 0 deletions
|
@ -2,5 +2,8 @@ config = dict(
|
|||
fas_credentials=dict(
|
||||
username="fedoradummy",
|
||||
password="{{ fedoraDummyUserPassword }}",
|
||||
{% if env == 'staging' %}
|
||||
base_url="https://admin.stg.fedoraproject.org/accounts/",
|
||||
{% endif %}
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue