mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
DS-3755 remove the dspace.ui configuration (maybe in a future PR a dspace.path or a dspace.rest.url could be introduced)
This commit is contained in:
@@ -28,15 +28,11 @@ dspace.hostname = localhost
|
||||
# DSpace base host URL. Include port number etc.
|
||||
dspace.baseUrl = http://localhost:8080
|
||||
|
||||
# The user interface you will be using for DSpace.
|
||||
dspace.ui = dspace-spring-rest
|
||||
|
||||
# Full link your end users will use to access DSpace. In most cases, this will be the baseurl followed by
|
||||
# the context path to the UI you are using.
|
||||
#
|
||||
# Alternatively, you can use a url redirect or deploy the web application under the servlet container root.
|
||||
# In this case, make sure to remove the /${dspace.ui} from the dspace.url property.
|
||||
dspace.url = ${dspace.baseUrl}/${dspace.ui}
|
||||
dspace.url = ${dspace.baseUrl}
|
||||
|
||||
# Optional: DSpace URL for mobile access
|
||||
# This
|
||||
|
@@ -36,15 +36,11 @@ dspace.hostname = localhost
|
||||
# DSpace base host URL. Include port number etc.
|
||||
dspace.baseUrl = http://localhost:8080
|
||||
|
||||
# The user interface you will be using for DSpace. Common usage is either xmlui or jspui
|
||||
dspace.ui = xmlui
|
||||
|
||||
# Full link your end users will use to access DSpace. In most cases, this will be the baseurl followed by
|
||||
# the context path to the UI you are using.
|
||||
#
|
||||
# Alternatively, you can use a url redirect or deploy the web application under the servlet container root.
|
||||
# In this case, make sure to remove the /${dspace.ui} from the dspace.url property.
|
||||
#dspace.url = ${dspace.baseUrl}/${dspace.ui}
|
||||
#dspace.url = ${dspace.baseUrl}
|
||||
|
||||
# Name of the site
|
||||
dspace.name = DSpace at My University
|
||||
|
Reference in New Issue
Block a user