# Directory holding the database. This needs to be writeable by the user that # runs the server. databasePath = /home/hvddool/server/var/bzv/database # html title # Port number for the OAI server oaiPortNumber = 9095 # Portnumber for webserver and sru server portNumber = 8085 # Portnumber for the sruUpdateServer sruUpdatePortNumber = 7075 # Email address of the maintainer of the repository, shown in the OAI Identify # output. oaiAdminEmail = admin@example.com # Name of the repository as shown in the OAI Identify output oaiRepositoryName = Beter Zoeken & Vinden OAI-PMH repository dynamicPath = /home/hvddool/server/share/bzv/html/dynamic staticPath = /home/hvddool/server/share/bzv/html/static xsltPath = /home/hvddool/server/share/bzv/xslt #space seperated list picaplusXsltFiles = picaplus2mods.xsl inboxDirectory = /home/hvddool/server/var/bzv/inbox doneDirectory = /home/hvddool/server/var/bzv/done # By default sorting is by relevance. Use this setting to override default # behaviour. The format of the sortkeys is according to SRU specifications. defaultSortKeys = sort.mods.originInfo.dateIssued,,1 # host is the (fully qualified) hostname of the machine including protocol host = https://bzv.hvddool.zubat.uvt.nl # additional configfiles websiteConfig = /home/hvddool/server/etc/bzv/website.cfg serverConfig = /home/hvddool/server/etc/bzv/server.cfg loggingConfig = /home/hvddool/server/etc/bzv/logging.conf