From b7d282a8ba5f0ed6c773989c96c2182257cc69a5 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 31 Oct 2017 22:53:29 -0400 Subject: Some changes to make deployment easier --- app/uwsgi.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/uwsgi.ini') diff --git a/app/uwsgi.ini b/app/uwsgi.ini index 5b7b516..829d185 100644 --- a/app/uwsgi.ini +++ b/app/uwsgi.ini @@ -2,6 +2,8 @@ processes = 1 threads = 4 +env = CUSTOM_CONFIG=config.yml + socket = 127.0.0.1:9200 module = wsgi:application -- cgit v1.2.3