resultsdb-dev: use api v2.0

This commit is contained in:
Martin Krizek 2016-11-29 13:34:36 +00:00
parent 66b02305a7
commit 8d8b81bab4

View file

@ -1,6 +1,10 @@
# 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'] %}
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'
{% endif %}
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'
FILE_LOGGING = False