SQL commands to point a Dataverse installation at different geoconnect servers
update worldmapauth_tokentype set mapitlink = 'https://geoconnect.datascience.iq.harvard.edu/shapefile/map-it', hostname='geoconnect.datascience.iq.harvard.edu' where name = 'GEOCONNECT';- Heroku prod (same server as geoconnect.datascience.iq.harvard.edu)
update worldmapauth_tokentype set mapitlink = 'https://geoconnect-prod.herokuapp.com/shapefile/map-it', hostname='geoconnect-dev.herokuapp.com' where name = 'GEOCONNECT';update worldmapauth_tokentype set mapitlink = 'https://geoconnect-dev.herokuapp.com/shapefile/map-it', hostname='geoconnect-dev.herokuapp.com' where name = 'GEOCONNECT';SELECT * from worldmapauth_tokentype;