Skip to content

Instantly share code, notes, and snippets.

@Makanda
Created May 12, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Makanda/5e7eb5d1adbe8003fdc5 to your computer and use it in GitHub Desktop.
Save Makanda/5e7eb5d1adbe8003fdc5 to your computer and use it in GitHub Desktop.
##### 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