瀏覽代碼

[fix] revert the port change

potato 8 年之前
父節點
當前提交
5ed9846bbf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      searx/settings.yml

+ 1
- 1
searx/settings.yml 查看文件

7
     autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
7
     autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
8
 
8
 
9
 server:
9
 server:
10
-    port : 8889
10
+    port : 8888
11
     bind_address : "127.0.0.1" # address to listen on
11
     bind_address : "127.0.0.1" # address to listen on
12
     secret_key : "ultrasecretkey" # change this!
12
     secret_key : "ultrasecretkey" # change this!
13
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
13
     base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"