Skip to content

Commit 3c10640

Browse files
committed
feat: updated coconut charts
1 parent 5d575f2 commit 3c10640

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

charts/coconut-app/templates/configmap.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ data:
5454
{{ end }}
5555

5656
#Web Services
57-
EUROPEMC_WS_API: {{ .Values.webservices.europemcApi }}
57+
EUROPEPMC_WS_API: {{ .Values.webservices.europepmcApi }}
58+
CROSSREF_WS_API: {{ .Values.webservices.crossrefApi }}
59+
DATACITE_WS_API: {{ .Values.webservices.dataciteApi }}
5860
ORCID_ID_SEARCH_API: {{ .Values.webservices.orcidIdSearchApi }}
5961
ORCID_ID_EMPLOYMENT_API: {{ .Values.webservices.orcidIdEmploymentApi }}
6062
ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }}

charts/coconut-app/values.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ appProperties:
2020
literature, organisms that produce them, natural geographic presence, and precomputed molecular properties if available.
2121
2222
webservices:
23-
europemcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search
23+
europepmcApi: https://www.ebi.ac.uk/europepmc/webservices/rest/search
24+
crossrefApi: https://api.crossref.org/works/
25+
dataciteApi: https://api.datacite.org/dois/
2426
orcidIdSearchApi: https://pub.orcid.org/v2.1/search
2527
orcidIdEmploymentApi: https://pub.orcid.org/v3.0/{orcid_id}/employments
2628
orcidIdPersonApi: https://pub.orcid.org/v3.0/{orcid_id}/person
2729
cmApi: https://dev.api.naturalproducts.net/v1/
2830

29-
3031
logProperties:
3132
logChannel: stack
3233
logLevel: debug

0 commit comments

Comments
 (0)