DSPace 6 Local.cfg common variables with mirage2
dspace.dir=/repository/auwir dspace.hostname = localhost dspace.baseUrl = http://localhost:8080 dspace.ui = xmlui dspace.url = ${dspace.baseUrl}/ dspace.name = AUW Institutional Repository assetstore.dir = ${dspace.dir}/assetstore solr.server = http://localhost:8080/solr db.url = jdbc:postgresql://localhost:5432/dspace db.driver = org.postgresql.Driver db.dialect = org.dspace.storage.rdbms.hibernate.postgres.DSpacePostgreSQL82Dialect db.username = dspace db.password = passwd db.schema = public #email mail.server = smtp.gmail.com mail.server.username = repository.service@tld mail.server.password = passwd mail.server.port = 587 mail.from.address = library@tld feedback.recipient = library@tld mail.admin = mdahsandu@gmail.com mail.helpdesk = library@tld mail.helpdesk.name = Library Repository alert.recipient = mdahsandu@tld registration.notify = library@tld mail.extraproperties = mail.smtp.socketFactory.port=587, \ mail.smtp.starttls.enable=true, \