Skip to content

Commit

Permalink
Update production endpoint for reforestamos
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Mar 26, 2024
1 parent 1fdce4a commit 4f8c849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/scripts/config/reforestamos-prod.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.lulc-staging.ds.io',
websocketEndpoint: 'wss://socket.lulc-staging.ds.io',
restApiEndpoint: 'https://api.reforestamos.ds.io',
websocketEndpoint: 'wss://socket.reforestamos.ds.io',
auth0Domain: 'pearl-landcover.us.auth0.com',
auth0ClientId: 'mXokXsHo1eabFlWuJyQPpzErqOX3wZ87',
tileUrlTemplate:
Expand Down

0 comments on commit 4f8c849

Please sign in to comment.