[uwsgi]
socket=/tmp/uwsgi_ccm.sock
chmod-socket = 664

;; CCM
; this is the file lib/ccm/wsgi_ccm.ini
; see setup/startup.sh

;change to your account name
uid = iottalk

gid = www-data
env = PYTHONPATH=%v:%v/lib:%v/da:$PYTHONPATH
wsgi-file = %v/lib/ccm/ccm.py
callable = app
processes = 12
threads = 2
buffer-size=32768
master = True
vacuum = true
die-on-term = true