mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
Rename the property default.dspace.dir to dspace.install.dir
This commit is contained in:
@@ -7,8 +7,11 @@
|
|||||||
# SERVER CONFIGURATION #
|
# SERVER CONFIGURATION #
|
||||||
##########################
|
##########################
|
||||||
|
|
||||||
# DSpace installation directory. Data will be stored within this directory
|
# DSpace installation directory. This is the location where you want
|
||||||
default.dspace.dir=/dspace
|
# to install DSpace. NOTE: this value will be copied over to the
|
||||||
|
# "dspace.dir" setting in the final "dspace.cfg" file. It can be
|
||||||
|
# modified later on in your "dspace.cfg", if needed.
|
||||||
|
dspace.install.dir=/dspace
|
||||||
|
|
||||||
# DSpace host name - should match base URL. Do not include port number
|
# DSpace host name - should match base URL. Do not include port number
|
||||||
dspace.hostname = localhost
|
dspace.hostname = localhost
|
||||||
|
@@ -24,7 +24,7 @@
|
|||||||
##### Basic information ######
|
##### Basic information ######
|
||||||
|
|
||||||
# DSpace installation directory
|
# DSpace installation directory
|
||||||
dspace.dir = ${default.dspace.dir}
|
dspace.dir = ${dspace.install.dir}
|
||||||
|
|
||||||
# DSpace host name - should match base URL. Do not include port number.
|
# DSpace host name - should match base URL. Do not include port number.
|
||||||
dspace.hostname = ${dspace.hostname}
|
dspace.hostname = ${dspace.hostname}
|
||||||
|
Reference in New Issue
Block a user