prepare branch to be merged into phase1-11-07-2015
This removes the checksum backfill, removes the migration that runs the backfills, and defaults the security scan feature off.
This commit is contained in:
parent
af4511455f
commit
f3c3e684a1
4 changed files with 2 additions and 89 deletions
|
@ -252,7 +252,7 @@ class DefaultConfig(object):
|
|||
EXP_ASYNC_GARBAGE_COLLECTION = []
|
||||
|
||||
# Security scanner
|
||||
FEATURE_SECURITY_SCANNER = True
|
||||
FEATURE_SECURITY_SCANNER = False
|
||||
SECURITY_SCANNER = {
|
||||
'ENDPOINT': 'http://192.168.99.100:6060',
|
||||
'ENGINE_VERSION_TARGET': 1,
|
||||
|
|
Reference in a new issue