config updates for dpeloyment
This commit is contained in:
parent
9f9e6f6db9
commit
52129b7877
|
@ -2,7 +2,7 @@ web:
|
||||||
security:
|
security:
|
||||||
enabled: true
|
enabled: true
|
||||||
authorized-endpoints: [ api ]
|
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:
|
idp:
|
||||||
api-key:
|
api-key:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
rda-file-transformer:
|
rda-file-transformer:
|
||||||
useSharedStorage: true
|
useSharedStorage: false
|
||||||
|
|
|
@ -15,3 +15,4 @@ zenodo:
|
||||||
repository-client-secret: ${ZENODO_CLIENT_SECRET}
|
repository-client-secret: ${ZENODO_CLIENT_SECRET}
|
||||||
redirect-uri: http://host.docker.internal:8081/login/external/zenodo
|
redirect-uri: http://host.docker.internal:8081/login/external/zenodo
|
||||||
has-logo: false
|
has-logo: false
|
||||||
|
useSharedStorage: false
|
Loading…
Reference in New Issue