taskotron staging: prepare for rebuild to F24

This commit is contained in:
Martin Krizek 2016-12-14 20:39:01 +00:00
parent ea4ed40076
commit 3b113c0273
6 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# while you can use this as a template, we recommend that you use the blockerbugs
# cli to generate a config file
{% if deployment_type in ['dev'] %}
{% if deployment_type in ['dev', 'stg'] %}
RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v2.0'
{% else %}
RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v1.0'