searx_ynh/conf/searx.ini

30 lines
533 B
INI
Raw Normal View History

2014-05-10 11:54:15 +02:00
[uwsgi]
# Who will run the code
2014-05-10 12:16:53 +02:00
uid = searx
gid = searx
2014-05-10 11:54:15 +02:00
# Number of workers
workers = 4
# The right granted on the created socket
chmod-socket = 666
# Plugin to use and interpretor config
single-interpreter = true
master = true
plugin = python
# Application base folder
2014-05-29 12:57:10 +02:00
base = /opt/yunohost/searx
2014-05-10 11:54:15 +02:00
# Module to import
module = searx.webapp
# Virtualenv and python path
2014-05-29 12:57:10 +02:00
virtualenv = /opt/yunohost/searx/
pythonpath = /opt/yunohost/searx/
chdir = /opt/yunohost/searx/searx/
2014-05-10 11:54:15 +02:00
# The variable holding flask application
callable = app