From ab9c02fd365dde7c4f26ff57898410504e03b895 Mon Sep 17 00:00:00 2001 From: Pyry Heiskanen Date: Sat, 6 Apr 2019 15:12:14 +0300 Subject: Implement apitest with aiohttp-pytest --- gunicorn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gunicorn.conf') diff --git a/gunicorn.conf b/gunicorn.conf index 81c8aa1..52acf44 100644 --- a/gunicorn.conf +++ b/gunicorn.conf @@ -4,4 +4,4 @@ worker_class = 'aiohttp.worker.GunicornWebWorker' errorlog = '-' accesslog = '-' loglevel = 'info' -pidfile = '/tmp/ickapi.pid' +pidfile = 'ickapi.pid' -- cgit v1.2.1