Use a feature flag to toggle security notifications

This commit is contained in:
Quentin Machu 2016-03-01 15:35:00 -05:00
parent bfcb1add48
commit 888f976e8d
3 changed files with 6 additions and 3 deletions

View file

@ -280,9 +280,10 @@ class DefaultConfig(object):
# Security scanner
FEATURE_SECURITY_SCANNER = False
FEATURE_SECURITY_NOTIFICATIONS = False
SECURITY_SCANNER = {
'ENDPOINT': 'http://192.168.99.101:6060',
'ENGINE_VERSION_TARGET': 1,
'ENGINE_VERSION_TARGET': 2,
'API_VERSION': 'v1',
'API_TIMEOUT_SECONDS': 10,
}