mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 09:19:20 +02:00
tests and robot tests framework, build overhaul
This commit is contained in:
parent
348187cff9
commit
e740c8a8ea
17 changed files with 732 additions and 5 deletions
16
searx/settings_robot.py
Normal file
16
searx/settings_robot.py
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue