Skip to content

Commit

Permalink
Update endpoint to both Reforestamos staging and production
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Dec 4, 2023
1 parent b468792 commit d963102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/scripts/config/reforestamos-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions app/assets/scripts/config/reforestamos.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d963102

Please sign in to comment.