mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
[enh] settings.py added
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user