forked from Icycoide/searxng
Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH
This commit is contained in:
parent
547478089f
commit
0fb423ea59
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue