cleaning up a commented out variable and the variable name for resultsdb-frontend flask secret key

This commit is contained in:
Tim Flink 2014-06-05 03:37:04 +00:00
parent 0e36d58943
commit 3ce2a2a84a
3 changed files with 2 additions and 39 deletions

View file

@ -1,8 +1,7 @@
# while you can use this as a template, we recommend that you use the blockerbugs
# cli to generate a config file
#RDB_URL = 'http://{{ hostname }}/{{ resultsdb_endpoint }}/api/v1.0'
RDB_URL = 'http://localhost/{{ resultsdb_endpoint }}/api/v1.0'
SECRET_KEY = '{{ resultsdb_fe_secret_key }}'
RDB_URL = 'http://127.0.0.1/{{ resultsdb_endpoint }}/api/v1.0'
SECRET_KEY = '{{ resultsdb_frontend_secret_key }}'
FILE_LOGGING = False
LOGFILR = '/var/log/resultsdb_frontend/resultsdb_frontend.log'
SYSLOG_LOGGING = False