Prepare taskotron-prod for F24 rebuild

This commit is contained in:
Martin Krizek 2017-01-17 20:14:26 +00:00
parent d836eacecf
commit e4ea780ca1
11 changed files with 16 additions and 24 deletions

View file

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