1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Update searx.ini

This commit is contained in:
abeudin 2014-05-29 12:57:10 +02:00
parent d2e959c827
commit fca5c81f71

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