Skip to content

Commit

Permalink
Update Pubnub credentials
Browse files Browse the repository at this point in the history
We reached the limit with previous account
  • Loading branch information
Pierre ROTH committed Apr 28, 2016
1 parent 2189426 commit a0f3c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/js/constants/pubnub_const.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const PUBNUB_DEFAULT_DOWNSTREAM_CHANNEL = 'downstream';
export const PUBNUB_DEFAULT_UPSTREAM_CHANNEL = 'upstream';
export const PUBNUB_DEFAULT_SUBSCRIBE_KEY = 'sub-c-9866ce9a-ca86-11e5-a9aa-02ee2ddab7fe';
export const PUBNUB_DEFAULT_PUBLISH_KEY = 'pub-c-eae40235-4d3a-48b1-8ac3-325dac057f26';
export const PUBNUB_DEFAULT_SUBSCRIBE_KEY = 'sub-c-addd8e9e-b938-11e5-85eb-02ee2ddab7fe';
export const PUBNUB_DEFAULT_PUBLISH_KEY = 'pub-c-c2122241-5b54-4ea7-a8c8-6bdc31aa380a';

0 comments on commit a0f3c6f

Please sign in to comment.