mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
Merge branch 'master' into feature/fix-config
This commit is contained in:
commit
1e30f19800
@ -91,3 +91,5 @@ logger.info('Initialisation done')
|
|||||||
|
|
||||||
if 'SEARX_SECRET' in environ:
|
if 'SEARX_SECRET' in environ:
|
||||||
settings['server']['secret_key'] = environ['SEARX_SECRET']
|
settings['server']['secret_key'] = environ['SEARX_SECRET']
|
||||||
|
if 'SEARX_BIND_ADDRESS' in environ:
|
||||||
|
settings['server']['bind_address'] = environ['SEARX_BIND_ADDRESS']
|
||||||
|
Loading…
Reference in New Issue
Block a user