lib/rails/generators/ripple/configuration/templates/ripple.yml in ripple-0.9.0.beta2 vs lib/rails/generators/ripple/configuration/templates/ripple.yml in ripple-0.9.0

- old
+ new

@@ -1,21 +1,24 @@ # Configure Riak connections for the Ripple library. development: - port: 8098 + http_port: 8098 + pb_port: 8087 host: localhost # The test environment has additional keys for configuring the # Riak::TestServer for your test/spec suite: # # * bin_dir specifies the path to the "riak" script that you use to # start Riak (just the directory) # * js_source_dir specifies where your custom Javascript functions for # MapReduce should be loaded from. Usually app/mapreduce. test: - port: 9000 + http_port: 9000 + pb_port: 9002 host: localhost bin_dir: /usr/local/bin # Default for Homebrew. js_source_dir: <%%= Rails.root + "app/mapreduce" %> production: - port: 8098 + http_port: 8098 + pb_port: 8087 host: localhost