update configurations
This commit is contained in:
parent
64181d941e
commit
889833faa8
|
@ -3,5 +3,4 @@ web:
|
|||
idp:
|
||||
resource:
|
||||
jwt:
|
||||
audiences: [ "dmp_zenodo_bridge" ]
|
||||
validIssuer: ${IDP_ISSUER_URI:}
|
||||
audiences: [ "dmp_zenodo_bridge" ]
|
|
@ -10,4 +10,5 @@ web:
|
|||
token-type: JWT #| opaque
|
||||
jwt:
|
||||
claims: [ role, x-role ]
|
||||
issuer-uri: ${IDP_ISSUER_URI:}
|
||||
issuer-uri: ${IDP_ISSUER_URI}
|
||||
validIssuer: ${IDP_ISSUER_URI}
|
|
@ -1,5 +1,5 @@
|
|||
server:
|
||||
port: ${WEB_PORT}
|
||||
port: 8082
|
||||
tomcat:
|
||||
threads:
|
||||
max: 20
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
file:
|
||||
storage:
|
||||
temp: ${STORAGE_PATH}/tmp
|
||||
transient-path: ${STORAGE_PATH}/shared
|
|
@ -3,16 +3,6 @@ zenodo:
|
|||
affiliation: ARGOS
|
||||
domain: https://argos.openaire.eu/
|
||||
logo: classpath:zenodo.jpg
|
||||
organizationReferenceCode: "organisations"
|
||||
grantReferenceCode: "grants"
|
||||
funderReferenceCode: "funders"
|
||||
researcherReferenceCode: "researchers"
|
||||
licenceReferenceCode: "licenses"
|
||||
projectReferenceCode: "projects"
|
||||
datasetReferenceCode: "datasets"
|
||||
publicationReferenceCode: "publications"
|
||||
openaireGrantSourceCode: "openaire"
|
||||
orcidResearcherSourceCode: "ORCID"
|
||||
depositConfiguration:
|
||||
deposit-type: 2
|
||||
repository-id: Zenodo
|
||||
|
|
|
@ -1 +1,12 @@
|
|||
zenodo:
|
||||
organizationReferenceCode: "organisations"
|
||||
grantReferenceCode: "grants"
|
||||
funderReferenceCode: "funders"
|
||||
researcherReferenceCode: "researchers"
|
||||
licenceReferenceCode: "licenses"
|
||||
projectReferenceCode: "projects"
|
||||
datasetReferenceCode: "datasets"
|
||||
publicationReferenceCode: "publications"
|
||||
openaireGrantSourceCode: "openaire"
|
||||
orcidResearcherSourceCode: "ORCID"
|
||||
|
Loading…
Reference in New Issue