diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-18 11:37:42 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-11-18 11:37:42 +0100 |
commit | aba65369d2d55b337939d004b06d6ff10f8519b9 (patch) | |
tree | 0197b53f95679a4a95fa1f5e96b39b7c54748034 /searx/settings.yml | |
parent | b1234ee88947f2ce61a7df361c706622a3ec2a32 (diff) | |
download | searxng-aba65369d2d55b337939d004b06d6ff10f8519b9.tar.gz searxng-aba65369d2d55b337939d004b06d6ff10f8519b9.zip |
[enh] make version of searx readable
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 c4589a0a7..d64a23bf1 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -7,6 +7,7 @@ server: themes_path : "" # Custom ui themes path default_theme : default # ui theme 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 engines: - name : wikipedia |