From 701f5cba504266569884d245bc03996cb8b7ffeb Mon Sep 17 00:00:00 2001 From: aseyedia Date: Mon, 28 Oct 2024 15:13:19 -0400 Subject: [PATCH] enabled some features in local.cfg (still need to create a Person domain) --- config/local.cfg | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config/local.cfg b/config/local.cfg index ad720cb..1e6c0e4 100755 --- a/config/local.cfg +++ b/config/local.cfg @@ -24,6 +24,12 @@ researcher-profile.entity-type = Person +choices.plugin.dspace.object.owner = EPersonAuthority +choices.presentation.dspace.object.owner = suggest +authority.controlled.dspace.object.owner = true + +# researcher-profile.collection.uuid = 2d0b2b0d-5d85-4588-a441-51bcc945840e + ########################## # SERVER CONFIGURATION # ########################## @@ -225,7 +231,7 @@ db.schema = public # When an external authentication system is involved like Shibboleth some browsers (i.e. Safari) include # in the request the Origin header with the url of the IdP. In such case you need to allow also the IdP to # avoid trouble for such browsers (i.e. rest.cors.allowed-origins = ${dspace.ui.url}, https://samltest.id ) -#rest.cors.allowed-origins = ${dspace.ui.url} +rest.cors.allowed-origins = ${dspace.ui.url} ################################################# # SPRING BOOT SETTINGS (Used by Server Webapp) # @@ -406,6 +412,9 @@ webui.browse.link.7 = quality:local.quality.status ######################## ldn.enabled = true - ## User Registration -user.registration = false \ No newline at end of file +user.registration = false + +# server.error.include-stacktrace = always + +contentreport.enable = true \ No newline at end of file