diff options
author | Adam Tauber <asciimoo@gmail.com> | 2015-01-17 20:51:39 +0100 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-17 20:51:39 +0100 |
commit | a865e6672fa2a289937ff378e8893c19f71c5e0c (patch) | |
tree | 1090bd57db322229ddb0f6acb7d044d5f2f3c23f /searx/settings.yml | |
parent | 08c2e263f55d92296c5950a0b5de57ef4e8716a4 (diff) | |
download | searxng-a865e6672fa2a289937ff378e8893c19f71c5e0c.tar.gz searxng-a865e6672fa2a289937ff378e8893c19f71c5e0c.zip |
[doc] locale settings comment - #177
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 9be8bc50d..7e946f8d3 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -9,7 +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 + default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section engines: - name : wikipedia |