diff options
author | potato <mail@crazypotato.tk> | 2016-09-06 16:35:12 +0200 |
---|---|---|
committer | potato <mail@crazypotato.tk> | 2016-09-06 16:35:12 +0200 |
commit | 5ed9846bbf9ac990b35b4860d5e63bd689f41de1 (patch) | |
tree | 44dd8875a9e56f07291c75f0239b939a56026ac9 | |
parent | 8c72a22757290754fc15fecb82dd157f6ea56a7f (diff) | |
download | searxng-5ed9846bbf9ac990b35b4860d5e63bd689f41de1.tar.gz searxng-5ed9846bbf9ac990b35b4860d5e63bd689f41de1.zip |
[fix] revert the port change
-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 63a4b0acf..4969c4ac6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -7,7 +7,7 @@ search: autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default server: - port : 8889 + port : 8888 bind_address : "127.0.0.1" # address to listen on secret_key : "ultrasecretkey" # change this! base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" |