Sha256: 4523cb61d702edcac15f31e519c4365d66c81ef3ab02c04c237d0a9a9240548f

Contents?: true

Size: 352 Bytes

Versions: 12

Compression:

Stored size: 352 Bytes

Contents

config['forwarder'] = 'http://localhost:8080'

environment(:development) do
  config['mongo'] = EventMachine::Synchrony::ConnectionPool.new(size: 20) do
    # Need to deal with this just never connecting ... ?
    conn = EM::Mongo::Connection.new('localhost', 27017, 1, {:reconnect_in => 1})
    conn.db('http_log').collection('aggregators')
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
goliath-1.0.7 examples/config/http_log.rb
goliath-1.0.6 examples/config/http_log.rb
goliath-1.0.5 examples/config/http_log.rb
goliath-1.0.4 examples/config/http_log.rb
goliath-1.0.3 examples/config/http_log.rb
goliath-1.0.2 examples/config/http_log.rb
goliath-1.0.1 examples/config/http_log.rb
goliath-1.0.0 examples/config/http_log.rb
goliath-1.0.0.beta.1 examples/config/http_log.rb
goliath-0.9.4 examples/config/http_log.rb
goliath-0.9.2 examples/config/http_log.rb
goliath-0.9.1 examples/config/http_log.rb