Skip to content

Commit

Permalink
enabled some features in local.cfg (still need to create a Person dom…
Browse files Browse the repository at this point in the history
…ain)
  • Loading branch information
aseyedia committed Oct 28, 2024
1 parent e4f1e20 commit 701f5cb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions config/local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
##########################
Expand Down Expand Up @@ -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) #
Expand Down Expand Up @@ -406,6 +412,9 @@ webui.browse.link.7 = quality:local.quality.status
########################
ldn.enabled = true


## User Registration
user.registration = false
user.registration = false

# server.error.include-stacktrace = always

contentreport.enable = true

0 comments on commit 701f5cb

Please sign in to comment.