diff options
author | Alexandre Flament <alex@al-f.net> | 2021-07-27 08:40:53 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-07-27 08:40:53 +0200 |
commit | 24fcd7475a280e74105840b7b63fca3be4dbf397 (patch) | |
tree | 16842670b7543cacaa2e8ed40e8cebbfd4813c82 /searx/settings.yml | |
parent | beff764d7402e6a834f6dbb0a28921fc2577defe (diff) | |
download | searxng-24fcd7475a280e74105840b7b63fca3be4dbf397.tar.gz searxng-24fcd7475a280e74105840b7b63fca3be4dbf397.zip |
Revert "[brand] !!DO NOT MERGE!! this patch uses branch fix-searx.sh @return42"
This reverts commit e946c3462c2b44fb154d0b6595f4f42605a326e5.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ac9a14064..ec8d99d1b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -12,8 +12,8 @@ brand: # If you change a value below don't forget to rebuild instance's enviroment # (make buildenv) - git_url: https://github.com/return42/searxng - git_branch: fix-searx.sh + git_url: https://github.com/searxng/searxng + git_branch: master search: # Filter results. 0: None, 1: Moderate, 2: Strict @@ -35,8 +35,8 @@ search: server: # If you change port, bind_address or base_url don't forget to rebuild # instance's enviroment (make buildenv) - port: 7777 - bind_address: "127.0.0.12" + port: 8888 + bind_address: "127.0.0.1" base_url: false # Possible values: false or "https://example.org/location". # If your instance owns a /etc/searx/settings.yml file, then set the following |