nisaacson/riak-streaming-node

View on GitHub
lib/defaults.js

Summary

Maintainability
A
0 mins
Test Coverage
var defaults = {
  host: 'localhost',
  protocol: 'http',
  http: {
    port: '8098'
  },
  https: {
    port: '8098'
  },
  protobuf: {
    port: '8087'
  }
}

module.exports = defaults