Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH

This commit is contained in:
3nprob 2021-04-08 12:51:50 +09:00
parent 547478089f
commit 0fb423ea59
3 changed files with 4 additions and 5 deletions

View file

@ -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