Skip to content

Commit dcecd4d

Browse files
author
Simon Vans-Colina
committed
changed devrel example config to reflect the new devrel default ports
1 parent ea5c6af commit dcecd4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/riakc_pb.devrel.config

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

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

0 commit comments

Comments
 (0)