File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ module.exports = function(environment) {
151151
152152 if ( environment === 'remote-development' ) {
153153 ENV . API_BASE_URL = 'http://api.pbqrpbecf-qri.org' ;
154- ENV . SOCKETS_BASE_URL = 'wss ://pbqrpbecf-qri.org/socket' ;
154+ ENV . SOCKETS_BASE_URL = 'ws ://pbqrpbecf-qri.org/socket' ;
155155 ENV . WEB_BASE_URL = 'http://www.pbqrpbecf-qri.org' ;
156156 ENV . cloudinary . cloud = 'dlcthdxrt' ;
157157 ENV . cloudinary . uploadPreset = 'gp6mt4v3' ;
@@ -177,7 +177,7 @@ module.exports = function(environment) {
177177
178178 if ( environment === 'staging' ) {
179179 ENV . API_BASE_URL = 'http://api.pbqrpbecf.org' ;
180- ENV . SOCKETS_BASE_URL = 'wss ://pbqrpbecf.org/socket' ;
180+ ENV . SOCKETS_BASE_URL = 'ws ://pbqrpbecf.org/socket' ;
181181 ENV . WEB_BASE_URL = 'http://www.pbqrpbecf.org' ;
182182 ENV . cloudinary . cloud = 'dlcthdxrt' ;
183183 ENV . cloudinary . uploadPreset = 'gp6mt4v3' ;
You can’t perform that action at this time.
0 commit comments