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 1
1
var CountlyBulk = require ( "../lib/countly" ) . Bulk ;
2
2
3
3
var server = new CountlyBulk ( {
4
- app_key : "{YOUR-APP-KEY} " ,
4
+ app_key : "YOUR_APP_KEY " ,
5
5
url : "https://try.count.ly" , //your server goes here
6
6
debug : true
7
7
} ) ;
Original file line number Diff line number Diff line change 3
3
var Countly = require ( "../lib/countly.js" ) ;
4
4
5
5
Countly . init ( {
6
- app_key : "{YOUR-APP-KEY} " ,
6
+ app_key : "YOUR_APP_KEY " ,
7
7
url : "https://try.count.ly" , //your server goes here
8
8
debug : true
9
9
} ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (cluster.isMaster) {
13
13
var Countly = require ( "../lib/countly.js" ) ;
14
14
15
15
Countly . init ( {
16
- app_key : "{YOUR-APP-KEY} " ,
16
+ app_key : "YOUR_APP_KEY " ,
17
17
url : "https://try.count.ly" , //your server goes here
18
18
debug : true
19
19
} ) ;
You can’t perform that action at this time.
0 commit comments