Update searx.ini

This commit is contained in:
abeudin 2014-05-29 12:57:10 +02:00
parent d2e959c827
commit fca5c81f71
1 changed files with 4 additions and 4 deletions

View File

@ -15,15 +15,15 @@ master = true
plugin = python
# Application base folder
base = /opt/searx
base = /opt/yunohost/searx
# Module to import
module = searx.webapp
# Virtualenv and python path
virtualenv = /opt/searx/
pythonpath = /opt/searx/
chdir = /opt/searx/searx/
virtualenv = /opt/yunohost/searx/
pythonpath = /opt/yunohost/searx/
chdir = /opt/yunohost/searx/searx/
# The variable holding flask application
callable = app