diff options
| author | Matej Cotman <cotman.matej@gmail.com> | 2014-01-19 22:59:01 +0100 |
|---|---|---|
| committer | Matej Cotman <cotman.matej@gmail.com> | 2014-01-20 01:06:29 +0100 |
| commit | dd4662978dd74c0dce089790689fe0a8a4f9bb16 (patch) | |
| tree | f10d4c2cff38a66c01fe763ee666361ec6975581 /searx/settings_robot.py | |
| parent | b7fa79081f3c7c9ce2974c406e07b1e48cb9534a (diff) | |
fix: robot fw, entry points, some flake8, package searx egg
Diffstat (limited to 'searx/settings_robot.py')
| -rw-r--r-- | searx/settings_robot.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/searx/settings_robot.py b/searx/settings_robot.py deleted file mode 100644 index 004add2a1..000000000 --- a/searx/settings_robot.py +++ /dev/null @@ -1,16 +0,0 @@ - -port = 11111 - -secret_key = "ultrasecretkey" # change this! - -debug = False - -request_timeout = 5.0 # seconds - -weights = {} # 'search_engine_name': float(weight) | default is 1.0 - -blacklist = [] # search engine blacklist - -categories = {} # custom search engine categories - -base_url = None # "https://your.domain.tld/" or None (to use request parameters) |