Files
svm-prefilter-service/uwsgi.ini
marcsello fc36a08b70
All checks were successful
continuous-integration/drone Build is passing
did the needful
2021-11-23 01:41:24 +01: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