Navigation Menu

Skip to content

Commit

Permalink
Update the default host and port
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2014
1 parent e498138 commit 5fd323a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample/cluster/catalog.json
Expand Up @@ -12,12 +12,12 @@
"slices": [
{
"volume": {
"address": "localhost:23003/droonga.000"
"address": "127.0.0.1:10031/droonga.000"
}
},
{
"volume": {
"address": "localhost:23003/droonga.001"
"address": "127.0.0.1:10031/droonga.001"
}
}
]
Expand All @@ -26,12 +26,12 @@
"slices": [
{
"volume": {
"address": "localhost:23003/droonga.010"
"address": "127.0.0.1:10031/droonga.010"
}
},
{
"volume": {
"address": "localhost:23003/droonga.011"
"address": "127.0.0.1:10031/droonga.011"
}
}
]
Expand Down

0 comments on commit 5fd323a

Please sign in to comment.