forked from Icycoide/searxng
[enh] settings.py added
This commit is contained in:
parent
bbdd255407
commit
1b3712c189
3 changed files with 18 additions and 5 deletions
12
searx/settings.py
Normal file
12
searx/settings.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
port = 8888
|
||||
|
||||
secret_key = "ultrasecretkey" # change this!
|
||||
|
||||
debug = False
|
||||
|
||||
weights = {} # 'search_engine_name': float(weight) | default is 1.0
|
||||
|
||||
blacklist = [] # search engine blacklist
|
||||
|
||||
categories = {} # custom search engine categories
|
Loading…
Add table
Add a link
Reference in a new issue