8 lines
272 B
YAML
8 lines
272 B
YAML
|
|
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
||
|
|
use_default_settings: true
|
||
|
|
server:
|
||
|
|
limiter: true # enable this when running the instance for a public usage on the internet
|
||
|
|
image_proxy: true
|
||
|
|
redis:
|
||
|
|
url: redis://redis:6379/0
|