mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] follow up of PR-1856
- `` url: false`` breaks with existing installations
e92755d358 (r89577339)
- PR-1856: https://github.com/searxng/searxng/pull/1856
- Comments from review: https://github.com/searxng/searxng/pull/1856#pullrequestreview-1176402810
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e63457584b
commit
ec7c2b1a04
5 changed files with 15 additions and 21 deletions
|
|
@ -174,7 +174,7 @@ SCHEMA = {
|
|||
'default_http_headers': SettingsValue(dict, {}),
|
||||
},
|
||||
'redis': {
|
||||
'url': SettingsValue((None, False, str), False),
|
||||
'url': SettingsValue((None, False, str), 'unix:///usr/local/searxng-redis/run/redis.sock?db=0'),
|
||||
},
|
||||
'ui': {
|
||||
'static_path': SettingsDirectoryValue(str, os.path.join(searx_dir, 'static')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue