SearXNG: SEARXNG_PORT

This commit is contained in:
Alexandre Flament 2021-10-02 16:56:11 +02:00
parent 430babca25
commit 6443ed7562
6 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ def _env(*arg, **kwargs):
name_val = [
('SEARX_URL' , 'server.base_url'),
('SEARX_PORT' , 'server.port'),
('SEARXNG_PORT' , 'server.port'),
('SEARX_BIND_ADDRESS' , 'server.bind_address'),
]