pacificclimate / scip-frontend

Salmon Climate Impacts Portal
GNU General Public License v3.0
1 stars 1 forks source link

simplifiy development setup by enabling CORS on geoserver #25

Closed corviday closed 1 year ago

corviday commented 1 year ago

Geoserver appears to have an environment variable, CORS_ENABLED that would set it to share information.

Currently, the SCIP setup is complicated by the use of a proxy to get around geoserver's CORS restrictions, so if we could update this variable in our development geoserver, setting up SCIP for development or deployment would be much easier!