define Koha instance
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 3 Dec 2009 21:53:39 +0000 (22:53 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 3 Dec 2009 21:53:39 +0000 (22:53 +0100)
koha.conf [new file with mode: 0644]

diff --git a/koha.conf b/koha.conf
new file mode 100644 (file)
index 0000000..2682acc
--- /dev/null
+++ b/koha.conf
@@ -0,0 +1,43 @@
+# ******************************************************************************
+#        __    __           __
+#       / /_  / /___ ______/ /___________ ___  __
+#      / __ \/ / __ `/ ___/ //_/ ___/ __ `/ / / /
+#     / /_/ / / /_/ / /__/ ,< / /  / /_/ / /_/ /
+#    /_.___/_/\__,_/\___/_/|_/_/   \__,_/\__, /
+#      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