following new 0.10 documentation
[blackray-experiments.git] / koha.conf
1 # ******************************************************************************
2 #        __    __           __
3 #       / /_  / /___ ______/ /___________ ___  __
4 #      / __ \/ / __ `/ ___/ //_/ ___/ __ `/ / / /
5 #     / /_/ / / /_/ / /__/ ,< / /  / /_/ / /_/ /
6 #    /_.___/_/\__,_/\___/_/|_/_/   \__,_/\__, /
7 #      Search Technology by SoftMethod  /____/
8
9 #  Copyright (C) 2004-2009, SoftMethod GmbH
10
11 #  For License Information please refer to the BLACKRAY_LICENSE file included in
12 #  this distribution.
13
14 # ******************************************************************************
15 # Configuration example for a single instance server.
16
17 #  $Id$
18 #  $Author$
19 #  $Revision$
20
21 #  Modification History:
22
23 #    Date        Name        Description
24 #    10/02/09    wuschi      Preparation for Open Source Release
25
26 # ******************************************************************************
27
28 ManagementServer.Endpoints=default -p 8888
29 ManagementServer.MessageSizeMax=1024
30 ManagementServer.ThreadPool.Server.Size=3
31 ManagementServer.ThreadPool.Server.SizeMax=10
32
33 Instance.Koha.Directory=.
34 Instance.Koha.Endpoints.Search=default -p 8889
35 Instance.Koha.Endpoints.Infra=default -p 8890
36 Instance.Koha.Autostart=true
37 Instance.Koha.ReadOnly=false
38 Instance.Koha.Log=log
39 Instance.Koha.LazyWrite=true
40 Instance.Koha.MaxSnapshotBackupCount=5
41 Instance.Koha.ThreadPool.Server.Size=3
42 Instance.Koha.ThreadPool.Server.SizeMax=30
43 Instance.Koha.MessageSizeMax=102400