Fixed temporary distribution stats report url (temporary setting broke packaging)

This commit is contained in:
Boaz Leskes 2014-01-05 23:28:56 +01:00
parent 247f40307d
commit c6e5ddf0cd

View file

@ -15,7 +15,7 @@ module.exports = function (grunt) {
},
statsReportUrl: {
dev: '"http://" + window.location.hostname + ":'+ (grunt.option('es_port') || 9200) +'/.marvel_cluster_report/report"',
dist: "TODO_INSERT_SYNC"
dist: '""' //TODO: INSERT URL
},
defaultRoute: {
dev: '/dashboard/file/marvel.overview.json',