Skip to content

Instantly share code, notes, and snippets.

@heffergm
Created March 14, 2012 14:39
Show Gist options
  • Save heffergm/2036927 to your computer and use it in GitHub Desktop.
Save heffergm/2036927 to your computer and use it in GitHub Desktop.
# Configure Riak connections for the Ripple library.
development:
protocol: http
http_port: 8098
http_backend: Excon
pb_port: 8087
host: 127.0.0.1
# 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:
protocol: http
host: 127.0.0.1
source: vendor/riak/test/bin
js_source_dir: <%= Rails.root.join('app/mapreduce/js') %>
http_port: 8198
http_backend: Excon
pb_port: 8187
staging:
protocol: http
nodes:
-
host: 10.179.111.130
http_port: 8098
http_backend: Excon
pb_port: 8087
-
host: 10.179.111.133
http_port: 8098
http_backend: Excon
pb_port: 8087
production:
protocol: https
nodes:
-
host: 10.183.38.200
http_port: 8000
http_backend: Excon
pb_port: 8087
-
host: 10.183.41.31
http_port: 8000
http_backend: Excon
pb_port: 8087
-
host: 10.183.41.32
http_port: 8000
http_backend: Excon
pb_port: 8087
-
host: 10.183.32.117
http_port: 8000
http_backend: Excon
pb_port: 8087
-
host: 10.180.45.228
http_port: 8000
http_backend: Excon
pb_port: 8087
-
host: 10.183.200.133
http_port: 8000
http_backend: Excon
pb_port: 8087
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment