From: Guillaume Pellerin Date: Thu, 6 Nov 2014 13:19:50 +0000 (+0100) Subject: no virtualenv in sandbox (for docker) X-Git-Tag: 0.6.1~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=660200c1720d8c5d28444c9e824a081406292371;p=timeside.git no virtualenv in sandbox (for docker) --- diff --git a/examples/sandbox/uwsgi.ini b/examples/sandbox/uwsgi.ini index 5cc8ab2..fb6bb5c 100644 --- a/examples/sandbox/uwsgi.ini +++ b/examples/sandbox/uwsgi.ini @@ -13,13 +13,12 @@ ini = :base # socket (uwsgi) is not the same as http, nor http-socket socket = :8001 - [local] ini = :base http = :8000 -# set the virtual env to use -home=/home/me/.virtualenv +# set the virtual env to use +# home=/home/me/.virtualenv [base] # chdir to the folder of this config file, plus app/website