Created
May 12, 2015 11:08
-
-
Save Makanda/5e7eb5d1adbe8003fdc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### Basic information ###### | |
# DSpace installation directory | |
dspace.dir = /dspace | |
# DSpace host name - should match base URL. Do not include port number. | |
dspace.hostname = erepo.usiu.ac.ke | |
# DSpace base host URL. Include port number etc. | |
dspace.baseUrl = http://erepo.usiu.ac.ke | |
# DSpace base URL. Include port number etc., but NOT trailing slash | |
# 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 = http://erepo.usiu.ac.ke | |
# Optional: DSpace URL for mobile access | |
# This | |
#dspace.mobileUrl = http://mobile.example.com | |
# Name of the site | |
dspace.name = DSpace at My University | |
# Default language for metadata values | |
default.language = en_US | |
##### Database settings ##### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment