Sha256: acabac09f9e19507a2c7e6869e373d369ce157cdd0a88ca6d04b9fb62bc18f92

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
goliath-0.9.0 examples/config/http_log.rb