mirror of
https://github.com/searxng/searxng.git
synced 2026-05-21 10:24:31 +02:00
Force admins to set secret_key if debug mode is disabled
This commit also enables debug mode for unit tests.
This commit is contained in:
@@ -8,7 +8,7 @@ search:
|
||||
server:
|
||||
port : 11111
|
||||
bind_address : 127.0.0.1
|
||||
secret_key : "ultrasecretkey" # change this!
|
||||
secret_key : "changedultrasecretkey"
|
||||
base_url : False
|
||||
http_protocol_version : "1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user