Skip to content

Commit

Permalink
Correct host
Browse files Browse the repository at this point in the history
  • Loading branch information
Mircea Danila Dumitrescu committed Sep 2, 2014
1 parent c1ee080 commit 8a38ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ var chartsConfig = [
renderingType: "xxx", //choose a style
chartParams: {
length: 3600 * 1e3, //1 hour
wsAddress: "ws://localhost:1081/1.0/aggregation/get",
wsAddress: "ws://eu1.analytics.shopcade.com:1081/1.0/aggregation/get",
query: {name: "agg1_1m"},
start: new Date(new Date().getTime() - 3600 * 1e3), //miliseconds ago
stop: null, //null for a streaming chart
Expand Down

0 comments on commit 8a38ab9

Please sign in to comment.