Default http_proxy on and remove setting

This commit is contained in:
JonnyWong16 2016-10-28 20:53:26 -07:00
parent 17649bf36a
commit 864063676f
3 changed files with 3 additions and 8 deletions

View file

@ -843,4 +843,6 @@ class Config(object):
self.NOTIFY_SCRIPTS_ARGS_TEXT = rep(self.NOTIFY_SCRIPTS_ARGS_TEXT)
self.MONITORING_USE_WEBSOCKET = 1
self.HTTP_PROXY = 1
self.CONFIG_VERSION = 8