import  multiprocessing
command = '/var/www/html/phendo-backend/phendo_python/env/bin/gunicorn'
pythonpath =  '/var/www/html/phendo-backend/phendo_python'
workers = multiprocessing.cpu_count() * 2 + 1
bind = '156.145.115.116'
port  = 8000
reload = True

#logging
accesslog = '-'
errorlog = '-'
