Skip to content

Commit

Permalink
Setup api version
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Jun 12, 2014
1 parent ea1a1e5 commit 369be3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions foxtrot-server/src/main/resources/console/js/hostdetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
}

HostDetails.prototype.url = function(path) {
return "http://" + this.hostname + ":" + this.port + path
// return path
// return "http://" + this.hostname + ":" + this.port + path
return path
};
2 changes: 1 addition & 1 deletion scripts/local_es_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ curl -XPUT ${1}:9200/_template/template_foxtrot_mappings -d '
"template" : "foxtrot-*",
"settings" : {
"number_of_shards" : 10,
"number_of_replicas" : 0
"number_of_replicas" : 1
},
"mappings" : {
"document" : {
Expand Down

0 comments on commit 369be3a

Please sign in to comment.