config updates for dpeloyment
This commit is contained in:
parent
9f9e6f6db9
commit
52129b7877
|
@ -2,7 +2,7 @@ web:
|
|||
security:
|
||||
enabled: true
|
||||
authorized-endpoints: [ api ]
|
||||
allowed-endpoints: [ api/public, api/dmp/public, api/description/public, api/supportive-material/public, api/language/public, api/contact-support/public, api/dashboard/public, api/deposit/public ]
|
||||
allowed-endpoints: [ api/public, api/dmp/public, api/description/public, /api/supportive-material/public, api/language/public, api/contact-support/public, api/dashboard/public, prometheus, health, metrics ]
|
||||
idp:
|
||||
api-key:
|
||||
enabled: false
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
rda-file-transformer:
|
||||
useSharedStorage: true
|
||||
useSharedStorage: false
|
||||
|
|
|
@ -14,4 +14,5 @@ zenodo:
|
|||
repository-client-id: ${ZENODO_CLIENT_ID}
|
||||
repository-client-secret: ${ZENODO_CLIENT_SECRET}
|
||||
redirect-uri: http://host.docker.internal:8081/login/external/zenodo
|
||||
has-logo: false
|
||||
has-logo: false
|
||||
useSharedStorage: false
|
Loading…
Reference in New Issue