mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH
This commit is contained in:
@@ -24,9 +24,6 @@ if [ -z "${BIND_ADDRESS}" ]; then
|
||||
export BIND_ADDRESS="${DEFAULT_BIND_ADDRESS}"
|
||||
fi
|
||||
|
||||
export UWSGI_SETTINGS_PATH=/etc/searx/uwsgi.ini
|
||||
export SEARX_SETTINGS_PATH=/etc/searx/settings.yml
|
||||
|
||||
# Parse special command line
|
||||
# see docs/admin/installation-docker.rst
|
||||
# display the help message without the version
|
||||
|
||||
Reference in New Issue
Block a user