diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-08-03 23:21:41 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-08-03 23:21:41 -0400 |
| commit | 7b587d82c874df275f147eb461f6389163547e4e (patch) | |
| tree | fc6ce57519cee8098d5864e17a8c18b46ce94e20 /example-config.ini | |
| parent | 953937cfa2bb0fefc2e6e13cf19e34a09fa045dc (diff) | |
| download | omnisearch-7b587d82c874df275f147eb461f6389163547e4e.tar.gz | |
feat: add yacy support
Diffstat (limited to 'example-config.ini')
| -rw-r--r-- | example-config.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/example-config.ini b/example-config.ini index 2760c53..55413a8 100644 --- a/example-config.ini +++ b/example-config.ini @@ -31,8 +31,11 @@ port = 8087 [engines] # Use * for all engines, or specify comma-separated list (e.g., ddg,yahoo) # Use *,-engine to exclude specific engines (e.g., *,-startpage) -# Available engines: ddg, startpage, yahoo, mojeek +# Available engines: ddg, startpage, yahoo, mojeek, yacy engines="*" +# YaCy instance to use for the yacy engine (optional, default: http://127.0.0.1:8090) +# Requires "yacy" to be in the engines list above. +#yacy_instance = http://127.0.0.1:8090 [rate_limit] # Rate limit searches per interval |
