added a uwsgi.ini file for the account api

pull/66/head
Chris Veilleux 2019-03-03 22:20:14 -06:00
parent 5efaa7c290
commit f1bd6ce1e2
1 changed files with 5 additions and 0 deletions

5
api/account/uwsgi.ini Normal file
View File

@ -0,0 +1,5 @@
[uwsgi]
master = true
module = account_api.api:acct
processes = 4
socket = :5000