From e740c8a8ea7dc4bbda7dab9a63ec476167c209ef Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Sun, 12 Jan 2014 12:40:27 +0100 Subject: tests and robot tests framework, build overhaul --- searx/settings_robot.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 searx/settings_robot.py (limited to 'searx/settings_robot.py') diff --git a/searx/settings_robot.py b/searx/settings_robot.py new file mode 100644 index 000000000..004add2a1 --- /dev/null +++ b/searx/settings_robot.py @@ -0,0 +1,16 @@ + +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) -- cgit v1.2.3