PNS/server/application/notification-service.ini
2024-07-08 20:05:21 +03:00

15 lines
No EOL
167 B
INI

[uwsgi]
module = flask-wsgi:app
master = true
processes = 5
socket=:3000
chmod-socket = 666
protocol = http
vacuum = true
die-on-term = true
enable-threads = true