Skip to content

Commit d3c11ec

Browse files
author
Samoilov Konstantyn
committed
changed default users settings
1 parent ffe19a4 commit d3c11ec

File tree

6 files changed

+23
-27
lines changed

6 files changed

+23
-27
lines changed

samples/chat/js/QBconfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var QBconfig = {
22
credentials: {
3-
appId: 28783,
4-
authKey: 'b5bVGCHHv6rcAmD',
5-
authSecret: 'ySwEpardeE7ZXHB'
3+
appId: 72448,
4+
authKey: 'f4HYBYdeqTZ7KNb',
5+
authSecret: 'ZC7dK39bOjVc-Z8'
66
},
77
appConfig: {
88
chatProtocol: {

samples/data/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'use strict';
22

33
var QB_CREDS = {
4-
appId: 53851,
5-
authKey: 'XeTM6Acx9Jsyb4D',
6-
authSecret: 'SA-h4W-sZgzhO-u'
4+
appId: 72448,
5+
authKey: 'f4HYBYdeqTZ7KNb',
6+
authSecret: 'ZC7dK39bOjVc-Z8'
77
};
88

99
var QB_CONFIG = {

samples/video_conferencing/js/config/apps.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ var DEMO_APPS = {
55
chat: "chat.quickblox.com"
66
},
77
credentials: {
8-
'appId': 56252,
9-
'authKey': 'yPJfas45qY3jbgq',
10-
'authSecret': 'qTFM-eN4vN8rmAw'
8+
'appId': 72448,
9+
'authKey': 'f4HYBYdeqTZ7KNb',
10+
'authSecret': 'ZC7dK39bOjVc-Z8'
1111
},
1212
demoChatDialogId: ""
1313
},

samples/webrtc/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
/** Test server / app by defaults */
1818
const creds = {
19-
'appId': 39854,
20-
'authKey': 'JtensAa9y4AM5Yk',
21-
'authSecret': 'AsDFwwwxpr3LN5w'
19+
'appId': 72448,
20+
'authKey': 'f4HYBYdeqTZ7KNb',
21+
'authSecret': 'ZC7dK39bOjVc-Z8'
2222
};
2323

2424
const config = {

spec/config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
'use strict';
55

66
var CREDS = {
7-
'appId': 29650,
8-
'authKey': 'WULOyezrmxpOgQ-',
9-
'authSecret': 'TqQmBFbANJ6cfu4'
7+
'appId': 72448,
8+
'authKey': 'f4HYBYdeqTZ7KNb',
9+
'authSecret': 'ZC7dK39bOjVc-Z8'
1010
};
1111

1212
var QBUser1 = {
13-
'id': 50402830,
14-
'login': "js_specsymbols",
15-
'password': "[yo^kj?]i246#(!*&d7sm/zb@xwagrv5",
16-
'email': "js_specsymbols@quickblox.com"
13+
'id': 55754625,
14+
'login': "webrtctest1",
15+
'password': "x6Bt0VDy5",
16+
'email': "webrtctest1@test.com"
1717
};
1818
var QBUser2 = {
19-
'id': 26904575,
20-
'login': "js_jasmine22",
21-
'password': "js_jasmine22",
22-
'email': "js_jasmine22@quickblox.com"
19+
'id': 55754637,
20+
'login': "webrtctest2",
21+
'password': "x6Bt0VDy5",
22+
'email': "webrtctest2@test.com"
2323
};
2424

2525
var CONFIG = {

spec/support/jasmine.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"QB-ChatSpec.js",
55
"QB-HelpersSpec.js",
66
"QB-CoreSpec.js",
7-
"QB-UsersSpec.js",
8-
"QB-ContentSpec.js",
9-
"QB-AddressBookSpec.js",
107
"QB-DataSpec.js",
11-
"QB-PushnotificationsSpec.js",
128
"QB-WebRTCSpec.js"
139
],
1410
"stopSpecOnExpectationFailure": true,

0 commit comments

Comments
 (0)