From d963102ba27e05d60161f8ce6d4a16ef14ac47f5 Mon Sep 17 00:00:00 2001 From: Vitor George Date: Mon, 4 Dec 2023 10:54:21 +0000 Subject: [PATCH] Update endpoint to both Reforestamos staging and production --- app/assets/scripts/config/reforestamos-prod.js | 2 +- app/assets/scripts/config/reforestamos.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/scripts/config/reforestamos-prod.js b/app/assets/scripts/config/reforestamos-prod.js index f0417825..71b249b5 100644 --- a/app/assets/scripts/config/reforestamos-prod.js +++ b/app/assets/scripts/config/reforestamos-prod.js @@ -3,7 +3,7 @@ module.exports = { default: { environment: 'production', restApiEndpoint: 'https://api.lulc-staging.ds.io', - websocketEndpoint: 'wss://api.lulc-staging.ds.io', + websocketEndpoint: 'wss://socket.lulc-staging.ds.io', auth0Domain: 'pearl-landcover.us.auth0.com', auth0ClientId: 'mXokXsHo1eabFlWuJyQPpzErqOX3wZ87', tileUrlTemplate: diff --git a/app/assets/scripts/config/reforestamos.js b/app/assets/scripts/config/reforestamos.js index a59251ee..71b249b5 100644 --- a/app/assets/scripts/config/reforestamos.js +++ b/app/assets/scripts/config/reforestamos.js @@ -2,8 +2,8 @@ module.exports = { default: { environment: 'production', - restApiEndpoint: 'https://api.reforestamos-staging.ds.io', - websocketEndpoint: 'wss://socket.reforestamos-staging.ds.io', + restApiEndpoint: 'https://api.lulc-staging.ds.io', + websocketEndpoint: 'wss://socket.lulc-staging.ds.io', auth0Domain: 'pearl-landcover.us.auth0.com', auth0ClientId: 'mXokXsHo1eabFlWuJyQPpzErqOX3wZ87', tileUrlTemplate: