📝 Made note to change secret key
This commit is contained in:
parent
6b65ca619c
commit
4dd94536c1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
use_default_settings: true
|
||||
server:
|
||||
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
||||
secret_key: "d3ce536cad273a010ca43c7019873041efd3d94e152a1a5fb1f863686fac90a2" # change this!
|
||||
secret_key: "CHANGE ME!!!" # change this!
|
||||
limiter: false # enable this when running the instance for a public usage on the internet
|
||||
image_proxy: true
|
||||
bind_address: 0.0.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue