# ****************************************************************************** # __ __ __ # / /_ / /___ ______/ /___________ ___ __ # / __ \/ / __ `/ ___/ //_/ ___/ __ `/ / / / # / /_/ / / /_/ / /__/ ,< / / / /_/ / /_/ / # /_.___/_/\__,_/\___/_/|_/_/ \__,_/\__, / # Search Technology by SoftMethod /____/ # # Copyright (C) 2004-2009, SoftMethod GmbH # # For License Information please refer to the BLACKRAY_LICENSE file included in # this distribution. # # ****************************************************************************** # Configuration example for a single instance server. # # $Id$ # $Author$ # $Revision$ # # Modification History: # # Date Name Description # 10/02/09 wuschi Preparation for Open Source Release # # ****************************************************************************** ManagementServer.Endpoints=default -p 8888 ManagementServer.MessageSizeMax=1024 ManagementServer.ThreadPool.Server.Size=3 ManagementServer.ThreadPool.Server.SizeMax=10 Instance.Koha.Directory=. Instance.Koha.Endpoints.Search=default -p 8889 Instance.Koha.Endpoints.Infra=default -p 8890 Instance.Koha.Autostart=true Instance.Koha.ReadOnly=false Instance.Koha.Log=log Instance.Koha.LazyWrite=true Instance.Koha.MaxSnapshotBackupCount=5 Instance.Koha.ThreadPool.Server.Size=3 Instance.Koha.ThreadPool.Server.SizeMax=30 Instance.Koha.MessageSizeMax=102400