aboutsummaryrefslogtreecommitdiff
path: root/src/settings.yml
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-01-21 05:50:43 +0100
committerneodarz <neodarz@neodarz.net>2018-01-21 05:50:43 +0100
commit70eea5c1874ef3fffe59c5ab0a03dae25beb2d25 (patch)
treedae09eba5bcee087d1d8e98c968c022d89c73401 /src/settings.yml
parent80a16a605576f85e15ffd0a3b4baf2f1dbaa2ab4 (diff)
downloadryzomcore_searx-70eea5c1874ef3fffe59c5ab0a03dae25beb2d25.tar.xz
ryzomcore_searx-70eea5c1874ef3fffe59c5ab0a03dae25beb2d25.zip
Add code for directly build and start searx preconfigured
Diffstat (limited to '')
-rw-r--r--src/settings.yml (renamed from settings.yml)25
1 files changed, 22 insertions, 3 deletions
diff --git a/settings.yml b/src/settings.yml
index 76f1c3d..db1cf22 100644
--- a/settings.yml
+++ b/src/settings.yml
@@ -9,13 +9,15 @@ search:
server:
port : 8888
- bind_address : "0.0.0.0" # address to listen on
- secret_key : "e6a21d96debe828f1cad62074bec30a2" # change this!
+ bind_address : "127.0.0.1" # address to listen on
+ secret_key : "ultrasecretkey" # change this!
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
image_proxy : False # Proxying image results through searx
+ http_protocol_version : "1.0" # 1.0 and 1.1 are supported
ui:
- themes_path : "" # Custom ui themes path - leave it blank if you didn't change
+ static_path : "" # Custom static path - leave it blank if you didn't change
+ templates_path : "" # Custom templates path - leave it blank if you didn't change
default_theme : oscar # ui theme
default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
@@ -70,13 +72,18 @@ engines:
locales:
en : English
+ ar : العَرَبِيَّة (Arabic)
bg : Български (Bulgarian)
+ cs : Čeština (Czech)
+ da : Dansk (Danish)
de : Deutsch (German)
el_GR : Ελληνικά (Greek_Greece)
eo : Esperanto (Esperanto)
es : Español (Spanish)
+ fi : Suomi (Finnish)
fr : Français (French)
he : עברית (Hebrew)
+ hr : Hrvatski (Croatian)
hu : Magyar (Hungarian)
it : Italiano (Italian)
ja : 日本語 (Japanese)
@@ -85,5 +92,17 @@ locales:
pt_BR : Português (Portuguese_Brazil)
ro : Română (Romanian)
ru : Русский (Russian)
+ sk : Slovenčina (Slovak)
+ sl : Slovenski (Slovene)
+ sr : српски (Serbian)
+ sv : Svenska (Swedish)
tr : Türkçe (Turkish)
+ uk : українська мова (Ukrainian)
zh : 中文 (Chinese)
+
+doi_resolvers :
+ oadoi.org : 'https://oadoi.org/'
+ doi.org : 'https://doi.org/'
+ doai.io : 'http://doai.io/'
+
+default_doi_resolver : 'oadoi.org'