Supply a staging URL for staging fedmsg-irc.

This commit is contained in:
Ralph Bean 2014-06-10 16:50:23 +00:00
parent 8a2b0c0458
commit c6c9fe0a3e

View file

@ -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 %}
),
)