Skip to content

Commit

Permalink
Merge pull request #2 from MadhavJivrajani/master
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
pmbanugo authored Oct 2, 2019
2 parents 8a0dfad + 072ef04 commit 0046837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(document).ready(function(){
// Enable pusher logging - don't include this in production
Pusher.logToConsole = true;

var pusher = new Pusher('APP_SECRET', {
var pusher = new Pusher('APP_KEY', {
cluster: 'eu',
encrypted: false
});
Expand All @@ -24,4 +24,4 @@ $(document).ready(function(){

$(".chat").append(template);
}
});
});

0 comments on commit 0046837

Please sign in to comment.