File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11var CountlyBulk = require ( "../lib/countly" ) . Bulk ;
22
33var server = new CountlyBulk ( {
4- app_key : "{YOUR-APP-KEY} " ,
4+ app_key : "YOUR_APP_KEY " ,
55 url : "https://try.count.ly" , //your server goes here
66 debug : true
77} ) ;
Original file line number Diff line number Diff line change 33var Countly = require ( "../lib/countly.js" ) ;
44
55Countly . init ( {
6- app_key : "{YOUR-APP-KEY} " ,
6+ app_key : "YOUR_APP_KEY " ,
77 url : "https://try.count.ly" , //your server goes here
88 debug : true
99} ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (cluster.isMaster) {
1313var Countly = require ( "../lib/countly.js" ) ;
1414
1515Countly . init ( {
16- app_key : "{YOUR-APP-KEY} " ,
16+ app_key : "YOUR_APP_KEY " ,
1717 url : "https://try.count.ly" , //your server goes here
1818 debug : true
1919} ) ;
You can’t perform that action at this time.
0 commit comments