OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
128 stars 166 forks source link

Changed non-TLS nexus to use TLS for docker #2231

Closed alondhe closed 1 year ago

alondhe commented 1 year ago

In docker-webapi profile, edited the nexus url to use TLS, same as in other profiles.

Issue #2230

chrisknoll commented 1 year ago

Do you know why we re-declare the repositories node in the docker profile when I think it matches the general repository setting in the main pom?

alondhe commented 1 year ago

Do you know why we re-declare the repositories node in the docker profile when I think it matches the general repository setting in the main pom?

Ah good question. I'll test removing it so we don't need the separate entry here.

alondhe commented 1 year ago

Withdrawing -- will revise.