mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 00:09:18 +02:00
SearXNG: SEARXNG_PORT
This commit is contained in:
parent
430babca25
commit
6443ed7562
6 changed files with 6 additions and 6 deletions
|
@ -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'),
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue