From 89c20e3ae4d90595e5c75a9c7d6f817fe128bb86 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Tue, 28 Mar 2017 00:02:05 +0200 Subject: [PATCH] Procfile --- Procfile | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Procfile b/Procfile index 199d738..4252d2f 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ -web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3 +web: uwsgi --http :$PORT --module=publichealth.wsgi:application --master --offload-threads 3 # web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=- init: python manage.py migrate migrate: python manage.py migrate diff --git a/package.json b/package.json index 0ecf47b..f13f041 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/loleg/public-health-ch.git" + "url": "git+https://github.com/datalets/public-health-ch.git" }, "author": "Oleg Lavrovsky ", "license": "MIT", - "homepage": "https://github.com/loleg/public-health-ch#readme" + "homepage": "https://github.com/datalets/public-health-ch#readme" }