adding local use case to taskotron roles, fixing up some vars to be more consistent
This commit is contained in:
parent
dba8995baa
commit
497f77b7aa
21 changed files with 58 additions and 19 deletions
|
@ -10,6 +10,10 @@ SECRET_KEY = '{{ stg_resultsdb_frontend_secret_key }}'
|
|||
{% if deployment_type == 'prod' %}
|
||||
SECRET_KEY = '{{ prod_resultsdb_frontend_secret_key }}'
|
||||
{% endif %}
|
||||
{% if deployment_type == 'local' %}
|
||||
SECRET_KEY = '{{ local_resultsdb_frontend_secret_key }}'
|
||||
{% endif %}
|
||||
|
||||
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