4
0
This repository has been archived on 2020-07-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
classification-service/uwsgi.ini
marcsello 57a46dc259
Some checks failed
continuous-integration/drone/push Build was killed
rewritten for mules
2020-04-20 22:53:12 +02:00

12 lines
154 B
INI

[uwsgi]
module = wsgi
http-socket = :8000
master = true
enable-threads = true
die-on-term = true
manage-script-name = true
mount=/=app:app
mule=mule.py