woodwind/woodwind-dev.ini
Kyle Mahan c8f7213b39 fix the woefully outdated requirements and installation instructions
fixes #53
fixes #54

Thanks for the heads up @Jeena (I guess I hadn't looked at the readme in
about a year...) and sorry it was a pain to get running!
2016-05-21 08:00:09 -07:00

11 lines
228 B
INI

[uwsgi]
master=true
processes=1
#socket=/tmp/woodwind.sock
#chmod-socket=666
http-socket=:3000
module=woodwind.wsgi
import=timers
attach-daemon=rqworker high low
attach-daemon=python -m woodwind.websocket_server
py-autoreload=3