clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
36 stars 17 forks source link

take swagger-ui host from custom.conf #438

Open bingzhang opened 10 months ago

bingzhang commented 10 months ago

Description

Review Time Estimate

Types of changes

Checklist:

bingzhang commented 10 months ago

I tested the custom.conf fix in my local. it works.

I did not test the docker env fix. and I will test it later.

bingzhang commented 8 months ago

I tested the custom.conf fix in my local. it works.

I did not test the docker env fix. and I will test it later.

I did the docker test at UIUC vm. with the ENV setting SWAGGER_UI_HOST=YourSwaggerUIHost, it will use the swagger ui to show the swagger doc. Otherwise, it will use the default https://clowder.ncsa.illinois.edu/swagger endpoint to show the doc.