mirror of
https://github.com/searxng/searxng.git
synced 2026-05-20 18:04:30 +02:00
[mod] change settings file structure according to #314
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
general:
|
||||
debug : False
|
||||
|
||||
server:
|
||||
port : 11111
|
||||
bind_address : 127.0.0.1
|
||||
secret_key : "ultrasecretkey" # change this!
|
||||
debug : False
|
||||
request_timeout : 3.0 # seconds
|
||||
base_url: False
|
||||
base_url : False
|
||||
image_proxy : False
|
||||
|
||||
ui:
|
||||
themes_path : ""
|
||||
default_theme : default
|
||||
https_rewrite : True
|
||||
image_proxy : False
|
||||
default_locale : ""
|
||||
|
||||
outgoing:
|
||||
request_timeout : 1.0 # seconds
|
||||
useragent_suffix : ""
|
||||
|
||||
engines:
|
||||
- name : general_dummy
|
||||
|
||||
Reference in New Issue
Block a user