indexden is now optional
[oweals/karmaworld.git] / Procfile
1 web: newrelic-admin run-program gunicorn -b 0.0.0.0:$PORT karmaworld.wsgi
2 worker: python manage.py celery worker -B -l info -Q $CELERY_QUEUE_NAME