aws.laaws-repository-service.2.15.1.source-code.application-dev.properties Maven / Gradle / Ivy
The newest version!
#
# Copyright (c) 2017-2019, Board of Trustees of Leland Stanford Jr. University,
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation and/or
# other materials provided with the distribution.
#
# 3. Neither the name of the copyright holder nor the names of its contributors
# may be used to endorse or promote products derived from this software without
# specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
server.contextPath=
server.port=24610
## Local LOCKSS repository (default)
repo.spec=local:./data/repo
repo.persistIndexName=localindex.ser
## Volatile LOCKSS repository
#repo.spec=volatile
## Custom LOCKSS repository - must specify data store and index configuration below
#repo.spec=custom
## Volatile artifact index
#repo.index.spec=volatile
## Solr artifact index
#repo.index.spec=solr
#repo.index.solr.solrUrl=http://localhost:8983/solr/demo
## Local artifact index
#repo.persistIndexName=localindex.ser
## Volatile data store
#repo.datastore.spec=volatile
## Local data store
#repo.datastore.spec=local
#repo.datastore.local.basedir=./repo-base
## HDFS data store
#repo.datastore.spec=hdfs
#repo.datastore.hdfs.server=hdfs://localhost:9000/
#repo.datastore.hdfs.basedir=/lockss
#server.tomcat.basedir=target/tomcat-logs
#server.tomcat.accesslog.enabled=true
#server.tomcat.accesslog.pattern=%t %a "%r" %s (%D ms)
#logging.level.=DEBUG
spring.http.multipart.max-file-size=-1
spring.http.multipart.max-request-size=-1
# Max URL (16K?) * 3, rounded up
server.max-http-header-size=50000
#repo.artifact.pagesize.default=1000
#repo.artifact.pagesize.max=2000
#repo.auid.pagesize.default=10000
#repo.auid.pagesize.max=20000