# $Id$ # $URL$ # Directory holding the database. This needs to be writeable by the user that # runs the server. databasePath = /var/lib/bzv/default/database # Portnumber for webserver and sru server portNumber = 8080 # Portnumber for the sruUpdateServer sruUpdatePortNumber = 7070 dynamicPath = /usr/share/bzv/html/dynamic staticPath = /usr/share/bzv/html/static xsltPath = /usr/share/bzv/xslt # Space separated list picaplusXsltFiles = picaplus2mods.xsl inboxDirectory = /var/lib/bzv/default/inbox/new doneDirectory = /var/lib/bzv/default/inbox/cur # By default sorting is by relevance. Use this setting to override default # behaviour. The format of the sortkeys is according to SRU specifications. defaultSortKeys = drilldown.norm.date.year,,1 # baseURL is used for embedded references to this server baseURL = https://example.com # additional configfiles configWatcherDirectory = /etc/bzv/default websiteConfig = /etc/bzv/default/website.cfg serverConfig = /etc/bzv/default/server.cfg drilldownConfig = /etc/bzv/default/drilldown.cfg loggingConfig = /etc/bzv/default/logging.conf