We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772cea8 commit d68bbb7Copy full SHA for d68bbb7
samples/chat/js/config.js
@@ -1,7 +1,7 @@
1
var QBApp = {
2
- appId: 28287,
3
- authKey: 'XydaWcf8OO9xhGT',
4
- authSecret: 'JZfqTspCvELAmnW'
+ appId: 28783,
+ authKey: 'b5bVGCHHv6rcAmD',
+ authSecret: '7yvNe17TnjNUqDoPwfqp'
5
};
6
7
var config = {
@@ -30,16 +30,16 @@ var config = {
30
31
32
var QBUser1 = {
33
- id: 6729114,
34
- name: 'quickuser',
35
- login: 'chatusr11',
36
- pass: 'chatusr11'
+ id: 5605413,
+ name: 'sample user3',
+ login: '@sampleuser3',
+ pass: 'x6Bt0VDy5'
37
},
38
QBUser2 = {
39
- id: 6729119,
40
- name: 'bloxuser',
41
- login: 'chatusr22',
42
- pass: 'chatusr22'
+ id: 11712617,
+ name: 'sample user9',
+ login: '@sampleuser9',
43
44
45
QB.init(QBApp.appId, QBApp.authKey, QBApp.authSecret, config);
0 commit comments