Add security config

This commit is contained in:
Joseph Schorr 2015-10-21 16:35:08 -04:00 committed by Jimmy Zelinskie
parent 1b41200e49
commit 2d1df267dd

View file

@ -250,3 +250,10 @@ class DefaultConfig(object):
# Experiment: Async garbage collection
EXP_ASYNC_GARBAGE_COLLECTION = []
# Security scanner
FEATURE_SECURITY_SCANNER = True
SECURITY_SCANNER = {
'ENDPOINT': 'http://192.168.99.100:6060',
'ENGINE_VERSION_TARGET': 1
}