Sha256: 7b486d5524fd313a9e5367bbb7ea842b605dc3bf6fdad94da3648e7791c00781

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

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

production:
  port: 8098
  host: localhost

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ripple-0.9.0.beta2 lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.9.0.beta lib/rails/generators/ripple/configuration/templates/ripple.yml
ripple-0.8.3 lib/rails/generators/ripple/configuration/templates/ripple.yml