Files
robot-shop/payment/payment.ini
Steve Waterworth e79f7bfb28 remove autowrapt
2019-12-19 12:14:36 +00:00

17 lines
172 B
INI

[uwsgi]
wsgi-file = payment.py
callable = app
master = true
processes = 1
lazy-apps = true
enable-threads = true
socket = 0.0.0.0:8080
protocol = http
uid = 1
gid = 1