File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -623,11 +623,11 @@ <h3><%- credentials.accountKey %></h3>
623623 </ div >
624624 < div class = "controls-text-fields-with-titl" >
625625 < div > API domain</ div >
626- < h3 > < % - credentials . apiDomain % > </ h3 >
626+ < h3 > < % - appConfig . endpoints . api % > </ h3 >
627627 </ div >
628628 < div class = "controls-text-fields-with-titl" >
629629 < div > Chat domain</ div >
630- < h3 > < % - credentials . chatDomain % > </ h3 >
630+ < h3 > < % - appConfig . endpoints . chat % > </ h3 >
631631 </ div >
632632 </ div >
633633</ script >
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ var QBconfig = {
44 authKey : '' ,
55 authSecret : '' ,
66 accountKey : '' ,
7- apiDomain : 'https://api.quickblox.com' ,
8- chatDomain : 'chat.quickblox.com'
97 } ,
108 appConfig : {
119 chatProtocol : {
1210 active : 2
1311 } ,
12+ endpoints : {
13+ api : 'api.quickblox.com' ,
14+ chat : 'chat.quickblox.com'
15+ } ,
1416 streamManagement : {
1517 enable : true
1618 } ,
You can’t perform that action at this time.
0 commit comments