cleaning up a commented out variable and the variable name for resultsdb-frontend flask secret key
This commit is contained in:
parent
0e36d58943
commit
3ce2a2a84a
3 changed files with 2 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue