This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config/unicorn.rb | |
application = 'connections' | |
# Set environment to development unless something else is specified | |
env = ENV["RAILS_ENV"] || "development" | |
# See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete | |
# documentation. | |
worker_processes 4 | |
# listen on both a Unix domain socket and a TCP port, |