Navigation Menu

Skip to content

Commit

Permalink
Use same host name in catalog.json and run script
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2014
1 parent 61db44c commit 9e5efad
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 @@ -14,13 +14,13 @@
{
"weight": 50,
"volume": {
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.000"
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.000"
}
},
{
"weight": 50,
"volume": {
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.001"
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.001"
}
}
]
Expand All @@ -32,13 +32,13 @@
{
"weight": 50,
"volume": {
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.010"
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.010"
}
},
{
"weight": 50,
"volume": {
"address": "127.0.0.1:<%= engine.port %>/<%= engine.tag %>.011"
"address": "<%= engine.host %>:<%= engine.port %>/<%= engine.tag %>.011"
}
}
]
Expand Down

0 comments on commit 9e5efad

Please sign in to comment.