Skip to content

Commit 15e6749

Browse files
author
Simon Vans-Colina
committed
Merge pull request #83 from basho/simonvc_change_devrel_to_new_ports
Simonvc change devrel to new ports
2 parents b2c8f4b + dcecd4d commit 15e6749

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/riakc_pb.devrel.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
{value_generator, {fixed_bin, 10000}}.
1212

1313
{riakc_pb_ips, [
14-
{{127,0,0,1}, 8081}, %% {Ip, Port}
15-
{{127,0,0,1}, [8082, 8083]} %% {Ip, Ports}
14+
{{127,0,0,1}, 10017}, %% {Ip, Port}
15+
{{127,0,0,1}, 10027}, %% {Ip, Port}
16+
{{127,0,0,1}, [10037, 10047]} %% {Ip, Ports}
1617
]}.
1718

1819
{riakc_pb_replies, 1}.

0 commit comments

Comments
 (0)