lib/boned/cli.rb in boned-0.2.2 vs lib/boned/cli.rb in boned-0.2.3

- old
+ new

@@ -46,11 +46,11 @@ :chdir => Dir.pwd, :environment => @global.environment || 'development', :address => '0.0.0.0', :port => port, :timeout => 30, - :log => "log/boned-#{port}.log", - :pid => "tmp/pids/boned-#{port}.pid", + :log => "/tmp/boned-#{port}.log", + :pid => "/tmp/boned-#{port}.pid", :max_conns => Thin::Server::DEFAULT_MAXIMUM_CONNECTIONS, :max_persistent_conns => Thin::Server::DEFAULT_MAXIMUM_PERSISTENT_CONNECTIONS, :require => [], :wait => Thin::Controllers::Cluster::DEFAULT_WAIT_TIME, :backend => "Boned::Server", \ No newline at end of file