Skip to content

Commit

Permalink
change placeholder app id in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 22, 2015
1 parent e0a91db commit 26986bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var eventChannel;
var model = 'events';
var connectOptions = {
apiKey: 'APIKEY',
appId: 1,
appId: 'APPID',
apiEndpoint: 'http://localhost:3000',
socketEndpoint: 'http://localhost',
timerInterval: 150
Expand Down

0 comments on commit 26986bb

Please sign in to comment.