summaryrefslogtreecommitdiffstats
path: root/roles/taskotron/resultsdb-frontend/templates/settings.py.j2
blob: 6c6042e0719f86e74ead38a9cd8134c017efe498 (plain)
1
2
3
4
5
6
7
8
9
# while you can use this as a template, we recommend that you use the blockerbugs
# cli to generate a config file
RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v2.0'
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'

FILE_LOGGING = False
LOGFILR = '/var/log/resultsdb_frontend/resultsdb_frontend.log'
SYSLOG_LOGGING = False
STREAM_LOGGING = True