# DSpace Configuration
# NOTE: The DSpace Configuration File is separated into several sections:
# * General Configurations
# * JSPUI & XMLUI Configurations
# * JSPUI Specific Configurations
# * XMLUI Specific Configurations
# Revision: $Revision$
# Date: $Date$
#------------------GENERAL CONFIGURATIONS--------------------------#
#------------------------------------------------------------------#
# These configs are used by underlying DSpace API, and are #
# therefore applicable to all interfaces #
# Local, simple configuration should be made in build.properties #
# Global or more complex configuration can be hardcoded here #
#------------------------------------------------------------------#
##### Basic information ######
# DSpace installation directory
dspace.dir = /dspace
# DSpace host name - should match base URL. Do not include port number.
#dspace.hostname = localhost
# Modificar el subdominio de su institución
dspace.hostname = repositorio.concytec.gob.pe
# DSpace base host URL. Include port number etc.
#dspace.baseUrl = http://localhost:8080
# Modificar el subdominio de su institución
dspace.baseUrl = http://repositorio.concytec.gob.pe
# 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://localhost:8080/xmlui
# Modificar el subdominio de su institución
dspace.url = http://repositorio.concytec.gob.pe
# Optional: DSpace URL for mobile access
# This
#dspace.mobileUrl = http://mobile.example.com
# Name of the site
#dspace.name = DSpace at My University
# Modificar el nombre del repositorio
dspace.name= Repositorio institucional de la Universidad
# Default language for metadata values
# default.language = en_US
# Modificar el idioma de los metadatos
default.language = es_ES
##### Database settings #####
# URL for connecting to database
db.url = jdbc:postgresql://localhost:5432/dspace
# JDBC Driver
db.driver = org.postgresql.Driver
# Database username and password
#db.username = dspace
#db.password = dspace
# Modificar el usuario y la clave de la base de datos
db.username = dspace
db.password = dspace
# Modificar el identificador
##### Handle settings ######
# Canonical Handle URL prefix
# By default, DSpace is configured to use http://hdl.handle.net/
# as the canonical URL prefix when generating dc.identifier.uri
# during submission, and in the 'identifier' displayed in JSPUI
# item record pages.
#
# If you do not subscribe to CNRI's handle service, you can change this
# to match the persistent URL service you use, or you can force DSpace
# to use your site's URL, eg.
#handle.canonical.prefix = http://localhost:8080/xmlui/handle/
# Note that this will not alter dc.identifer.uri metadata for existing
# items (only for subsequent submissions), but it will alter the URL
# in JSPUI's 'identifier' message on item record pages for existing items.
# If omitted, the canonical URL prefix will be http://hdl.handle.net/
# handle.canonical.prefix = http://hdl.handle.net/
#Modificar el identificador, olvidar cerrar el handle/
handle.canonical.prefix = http://repositorio.concytec.gob.pe/handle/
# CNRI Handle prefix
# handle.prefix = 123456789
# Modificar el código con las iniciales de su institución
handle.prefix = CONCYTEC
# Directory for installing Handle server files
handle.dir = ${dspace.dir}/handle-server
# List any additional prefixes that need to be managed by this handle server
# (as for examle handle prefix coming from old dspace repository merged in
# that repository)
# handle.additional.prefixes = prefix1[, prefix2]
# By default we hide the list handles method in the JSON endpoint as it could
# produce heavy load for large repository
# handle.hide.listhandles = false