|
@@ -1,13 +1,13 @@
|
1
|
1
|
server:
|
2
|
|
- port : 8888
|
3
|
|
- secret_key : "ultrasecretkey" # change this!
|
4
|
|
- debug : False # Debug mode, only for development
|
|
2
|
+ port : 2722
|
|
3
|
+ secret_key : "8f92c98926f04c8cb2a5fdc3bca19f7c" # change this!
|
|
4
|
+ debug : True # Debug mode, only for development
|
5
|
5
|
request_timeout : 2.0 # seconds
|
6
|
6
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
7
|
7
|
themes_path : "" # Custom ui themes path
|
8
|
8
|
default_theme : default # ui theme
|
9
|
9
|
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
10
|
|
- useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
|
10
|
+ useragent_suffix : "Cqcb Style" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
11
|
11
|
|
12
|
12
|
engines:
|
13
|
13
|
- name : wikipedia
|
|
@@ -130,6 +130,9 @@ engines:
|
130
|
130
|
- name : subtitleseeker
|
131
|
131
|
engine : subtitleseeker
|
132
|
132
|
shortcut : ss
|
|
133
|
+# The language is an option. You can put any language written in english
|
|
134
|
+# Examples : English, French, German, Hungarian, Chinese...
|
|
135
|
+# language : English
|
133
|
136
|
|
134
|
137
|
- name : startpage
|
135
|
138
|
engine : startpage
|