Skip to content

Commit b10d815

Browse files
authored
Update config.js
1 parent 998d226 commit b10d815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/webrtc/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
};
1313

1414
var CREDENTIALS = {
15-
'prod': {
15+
'test': {
1616
'appId': 40718,
1717
'authKey': 'AnB-JpA6r4y6RmS',
1818
'authSecret': '3O7Sr5Pg4Qjexwn'
1919
},
20-
'test': {
20+
'prod': {
2121
'appId': 39854,
2222
'authKey': 'JtensAa9y4AM5Yk',
2323
'authSecret': 'AsDFwwwxpr3LN5w'

0 commit comments

Comments
 (0)