mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] add settings option to set listening address - closes #397
This commit is contained in:
parent
a905e4e7db
commit
d0830d4edf
3 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
server:
|
||||
port : 8888
|
||||
bind_address : "127.0.0.1" # address to listen on
|
||||
secret_key : "ultrasecretkey" # change this!
|
||||
debug : False # Debug mode, only for development
|
||||
request_timeout : 2.0 # seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue