mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #423 from bram-atmire/DS-1823
DS-1823 move dspace.url to build.properties
This commit is contained in:
@@ -30,6 +30,16 @@ 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}
|
||||
|
||||
# Name of the site
|
||||
dspace.name = DSpace at My University
|
||||
|
||||
|
@@ -36,7 +36,7 @@ dspace.baseUrl = ${dspace.baseUrl}
|
||||
# Change to xmlui if you wish to use the xmlui as the default, or remove
|
||||
# "/jspui" and set webapp of your choice as the "ROOT" webapp in
|
||||
# the servlet engine.
|
||||
dspace.url = ${dspace.baseUrl}/xmlui
|
||||
dspace.url = ${dspace.url}
|
||||
|
||||
# Optional: DSpace URL for mobile access
|
||||
# This
|
||||
|
@@ -31,6 +31,16 @@ 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}
|
||||
|
||||
# Name of the site
|
||||
dspace.name = DSpace at My University
|
||||
|
||||
|
Reference in New Issue
Block a user