rtopitt/bolao2014

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
web: ./bin/unicorn --config-file ./config/unicorn.rb --port 3000 --env development
worker: ./bin/sidekiq --concurrency 5 --environment development --queue high,2 --queue low,1
ultrahook: ./bin/ultrahook pagseguro 3000