diff options
Diffstat (limited to 'searx/settings_robot.yml')
| -rw-r--r-- | searx/settings_robot.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings_robot.yml b/searx/settings_robot.yml index c6fe2282f..36907e6eb 100644 --- a/searx/settings_robot.yml +++ b/searx/settings_robot.yml @@ -1,5 +1,6 @@ server: port : 11111 + bind_address : 127.0.0.1 secret_key : "ultrasecretkey" # change this! debug : False request_timeout : 3.0 # seconds |