Skip to content

Commit d68bbb7

Browse files
authored
Update config.js
1 parent 772cea8 commit d68bbb7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

samples/chat/js/config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var QBApp = {
2-
appId: 28287,
3-
authKey: 'XydaWcf8OO9xhGT',
4-
authSecret: 'JZfqTspCvELAmnW'
2+
appId: 28783,
3+
authKey: 'b5bVGCHHv6rcAmD',
4+
authSecret: '7yvNe17TnjNUqDoPwfqp'
55
};
66

77
var config = {
@@ -30,16 +30,16 @@ var config = {
3030
};
3131

3232
var QBUser1 = {
33-
id: 6729114,
34-
name: 'quickuser',
35-
login: 'chatusr11',
36-
pass: 'chatusr11'
33+
id: 5605413,
34+
name: 'sample user3',
35+
login: '@sampleuser3',
36+
pass: 'x6Bt0VDy5'
3737
},
3838
QBUser2 = {
39-
id: 6729119,
40-
name: 'bloxuser',
41-
login: 'chatusr22',
42-
pass: 'chatusr22'
39+
id: 11712617,
40+
name: 'sample user9',
41+
login: '@sampleuser9',
42+
pass: 'x6Bt0VDy5'
4343
};
4444

4545
QB.init(QBApp.appId, QBApp.authKey, QBApp.authSecret, config);

0 commit comments

Comments
 (0)