Created
December 3, 2010 19:01
-
-
Save duff/727373 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %% When the port is set to 9000: | |
| [ | |
| {riak_kv, [ | |
| {js_max_vm_mem, 8}, | |
| {storage_backend, riak_kv_test_backend}, | |
| {js_thread_stack, 16}, | |
| {riak_kv_stat, true}, | |
| {pb_ip, "127.0.0.1"}, | |
| {pb_port, 9002}, | |
| {js_vm_count, 8}, | |
| {js_source_dir, "/Users/duff/code/core/lib/riak_js"} | |
| ]}, | |
| {riak_core, [ | |
| {ring_state_dir, "/Users/duff/code/core/tmp/riak_test_server/data/ring"}, | |
| {web_ip, "127.0.0.1"}, | |
| {web_port, 9000}, | |
| {handoff_port, 9001}, | |
| {ring_creation_size, 64} | |
| ]}, | |
| {luwak, [ | |
| {enabled, false} | |
| ]} | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %% When the port is set to 8098 | |
| [ | |
| {riak_kv, [ | |
| {js_max_vm_mem, 8}, | |
| {storage_backend, riak_kv_test_backend}, | |
| {js_thread_stack, 16}, | |
| {riak_kv_stat, true}, | |
| {pb_ip, "127.0.0.1"}, | |
| {pb_port, 9002}, | |
| {js_vm_count, 8}, | |
| {js_source_dir, "/Users/duff/code/core/lib/riak_js"} | |
| ]}, | |
| {riak_core, [ | |
| {ring_state_dir, "/Users/duff/code/core/tmp/riak_test_server/data/ring"}, | |
| {web_ip, "127.0.0.1"}, | |
| {web_port, 8098}, | |
| {handoff_port, 9001}, | |
| {ring_creation_size, 64} | |
| ]}, | |
| {luwak, [ | |
| {enabled, false} | |
| ]} | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment