From b8697b5fb102049f341e710204dfafeecfedc308 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 20 Feb 2009 11:16:29 -0800 Subject: Register default constants in Const module This will make setting some of this easier to deal with in the executable. --- lib/unicorn.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 7a2eda2..bb2b170 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -32,10 +32,12 @@ module Unicorn :umask => File.umask, }.freeze + DEFAULT_LOGGER = Logger.new(STDERR) + DEFAULTS = { :timeout => 60, - :listeners => %w(0.0.0.0:8080), - :logger => Logger.new(STDERR), + :listeners => [ Const::DEFAULT_LISTEN ], + :logger => DEFAULT_LOGGER, :nr_workers => 1, :hot_config_file => nil, :after_fork => lambda { |server, worker_nr| -- cgit v1.2.3-24-ge0c7