Skip to content

Commit

Permalink
feat: updated coconut charts
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Apr 5, 2024
1 parent 5d575f2 commit 3c10640
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion charts/coconut-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ data:
{{ end }}

#Web Services
EUROPEMC_WS_API: {{ .Values.webservices.europemcApi }}
EUROPEPMC_WS_API: {{ .Values.webservices.europepmcApi }}
CROSSREF_WS_API: {{ .Values.webservices.crossrefApi }}
DATACITE_WS_API: {{ .Values.webservices.dataciteApi }}
ORCID_ID_SEARCH_API: {{ .Values.webservices.orcidIdSearchApi }}
ORCID_ID_EMPLOYMENT_API: {{ .Values.webservices.orcidIdEmploymentApi }}
ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }}
Expand Down
5 changes: 3 additions & 2 deletions charts/coconut-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ appProperties:
literature, organisms that produce them, natural geographic presence, and precomputed molecular properties if available.
webservices:
europemcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search
europepmcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search
crossrefApi: https://api.crossref.org/works/
dataciteApi: https://api.datacite.org/dois/
orcidIdSearchApi: https://pub.orcid.org/v2.1/search
orcidIdEmploymentApi: https://pub.orcid.org/v3.0/{orcid_id}/employments
orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person
cmApi: https://dev.api.naturalproducts.net/v1/


logProperties:
logChannel: stack
logLevel: debug
Expand Down

0 comments on commit 3c10640

Please sign in to comment.