Sha256: e3de572cf866dd7a741ec75207092ad0be4c88a075c76f29083e82e6fe3b80d0

Contents?: true

Size: 709 Bytes

Versions: 5

Compression:

Stored size: 709 Bytes

Contents

# Configure Riak connections for the Ripple library.
development:
  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:
  http_port: 9000
  pb_port: 9002
  host: localhost
  bin_dir: /usr/local/bin   # Default for Homebrew.
  js_source_dir: <%%= Rails.root + "app/mapreduce" %>

production:
  http_port: 8098
  pb_port: 8087
  host: localhost

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
seomoz-ripple-1.0.0.pre lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.9.5 lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.9.3 lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.9.2 lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.9.0 lib/rails/generators/ripple/configuration/templates/ripple.yml