mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
13 lines
247 B
YAML
13 lines
247 B
YAML
# YAML file to configure SearXNG services
|
|
|
|
services:
|
|
|
|
# service named 'test001'
|
|
test001:
|
|
cmd:
|
|
- python
|
|
- $SEARXNG_ROOT/searx/services/dummy.py
|
|
|
|
# service named 'test002'
|
|
test002:
|
|
cmd: [python, -m, searx.services.dummy]
|