resultsdb-dev: use api v2.0
This commit is contained in:
parent
66b02305a7
commit
8d8b81bab4
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
# while you can use this as a template, we recommend that you use the blockerbugs
|
# while you can use this as a template, we recommend that you use the blockerbugs
|
||||||
# cli to generate a config file
|
# 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'
|
RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v1.0'
|
||||||
|
{% endif %}
|
||||||
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'
|
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'
|
||||||
|
|
||||||
FILE_LOGGING = False
|
FILE_LOGGING = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue