clowder-framework / CONSORT-frontend

custom react frontend working with consort clowder instance
0 stars 0 forks source link

Change clowder base url to work in local #65

Closed minump closed 9 months ago

minump commented 10 months ago

All urls / endpoints implemented has /clowder prefix. When working in local (localhost:8000) the /clowder prefix doesnt exist. The /clowder prefix is needed when looking up consort host consort

The .env file should have CLOWDER_REMOTE_HOSTNAME which takes in values https://consort.clowderframework.org or http://localhost:8000 and a CLOWDER_PREFIX which takes in values /clowder or '' This will enable testing in local.