diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-17 20:38:46 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-17 20:38:46 +0100 |
| commit | 08c2e263f55d92296c5950a0b5de57ef4e8716a4 (patch) | |
| tree | 64f4ea861483368988c331a4b86ee57ef28608d5 /searx/settings.yml | |
| parent | 317bce74dd8096c64ad9f988745c2c5a9fe8fb36 (diff) | |
[enh] configurable default interface locale - #177
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 49c0baca0..9be8bc50d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -9,6 +9,7 @@ server: https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator image_proxy : False # Proxying image results through searx + default_locale : "" # Default interface locale - leave blank to detect from browser information engines: - name : wikipedia |