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:
Luigi Andrea Pascarelli
2018-01-29 20:51:38 +01:00
parent d690e677b8
commit feb2709682
2 changed files with 2 additions and 10 deletions

View File

@@ -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

View File

@@ -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