Skip to content

Commit 5ec879a

Browse files
committed
Fix staging websockets URL
1 parent f2bbebf commit 5ec879a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)