# 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 = 9091 # Portnumber for webserver and sru server portNumber = 8081 # Portnumber for the sruUpdateServer sruUpdatePortNumber = 7071 # Email address of the maintainer of the repository, shown in the OAI Identify # output. oaiAdminEmail = anton@uvt.nl # Name of the repository as shown in the OAI Identify output oaiRepositoryName = Beter Zoeken & Vinden OAI-PMH repository dynamicPath = /home/anton/server/share/bzv/html/dynamic staticPath = /home/anton/server/share/bzv/html/static inboxDirectory = /home/anton/server/var/inbox doneDirectory = /home/anton/server/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