Skip to content

Commit

Permalink
fix:[nmrxiv-app]-add cm-api
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Nov 10, 2023
1 parent 0e2a1ce commit 8531afa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nmrxiv-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.3
version: 0.6.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/nmrxiv-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ data:
ORCID_ID_SEARCH_API: {{ .Values.webservices.orcidIdSearchApi }}
ORCID_ID_EMPLOYMENT_API: {{ .Values.webservices.orcidIdEmploymentApi }}
ORCID_ID_PERSON_API: {{ .Values.webservices.orcidIdPersonApi }}
CM_API: {{ .Values.webservices.cmApi }}

#Log Properties
LOG_CHANNEL: {{ .Values.logProperties.logChannel }}
Expand Down
1 change: 1 addition & 0 deletions charts/nmrxiv-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ webservices:
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://api.naturalproducts.net/latest/

logProperties:
logChannel: stack
Expand Down

0 comments on commit 8531afa

Please sign in to comment.