Navigation Menu

Skip to content

Commit

Permalink
Specify local address always
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 16f300d commit 120677f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions droonga/templates/default/droonga-engine-catalog.json.erb
Expand Up @@ -15,14 +15,14 @@
"label": "slice000",
"weight": 50,
"volume": {
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.000"
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.000"
}
},
{
"label": "slice001",
"weight": 50,
"volume": {
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.001"
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.001"
}
}
]
Expand All @@ -35,14 +35,14 @@
"label": "slice010",
"weight": 50,
"volume": {
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.010"
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.010"
}
},
{
"label": "slice011",
"weight": 50,
"volume": {
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.011"
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.011"
}
}
]
Expand Down

0 comments on commit 120677f

Please sign in to comment.