mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +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 base host URL. Include port number etc.
|
||||||
dspace.baseUrl = http://localhost:8080
|
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
|
# 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.
|
# 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.
|
# 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.url = ${dspace.baseUrl}/${dspace.ui}
|
|
||||||
|
|
||||||
# Optional: DSpace URL for mobile access
|
# Optional: DSpace URL for mobile access
|
||||||
# This
|
# This
|
||||||
|
@@ -36,15 +36,11 @@ dspace.hostname = localhost
|
|||||||
# DSpace base host URL. Include port number etc.
|
# DSpace base host URL. Include port number etc.
|
||||||
dspace.baseUrl = http://localhost:8080
|
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
|
# 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.
|
# 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.
|
# 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.url = ${dspace.baseUrl}/${dspace.ui}
|
|
||||||
|
|
||||||
# Name of the site
|
# Name of the site
|
||||||
dspace.name = DSpace at My University
|
dspace.name = DSpace at My University
|
||||||
|
Reference in New Issue
Block a user