# Directory holding the database. This needs to be writeable by the user that # runs the server. databasePath = /var/lib/proto/database # html title # Port number for the OAI server oaiPortNumber = 9090 # Portnumber for webserver and sru server portNumber = 8080 # Portnumber for the sruUpdateServer sruUpdatePortNumber = 7070 # Email address of the maintainer of the repository, shown in the OAI Identify # output. oaiAdminEmail = bzv@uvt.nl # Name of the repository as shown in the OAI Identify output oaiRepositoryName = Beter Zoeken & Vinden OAI-PMH repository dynamicPath = $prefix/share/bzv/html/dynamic staticPath = $prefix/share/bzv/html/static inboxDirectory = $prefix/var/inbox doneDirectory = $prefix/var/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.uvt.nl # additional configfiles websiteConfig = $prefix/etc/website.cfg serverConfig = $prefix/etc/server.cfg loggingConfig = $prefix/etc/logging.conf