simpliest possible configuration and star/stop script
[blackray-experiments.git] / blackray.conf
diff --git a/blackray.conf b/blackray.conf
new file mode 100644 (file)
index 0000000..e6a1c42
--- /dev/null
@@ -0,0 +1,20 @@
+Ice.MessageSizeMax=1024
+Ice.ThreadPool.Server.Size=3
+Ice.ThreadPool.Server.SizeMax=10
+
+ManagementServer.Endpoints=default -p 8888
+ManagementServer.Instances=Koha
+
+ManagementServer.Instance.Koha.Name=Koha
+ManagementServer.Instance.Koha.Directory=.
+ManagementServer.Instance.Koha.Endpoints.Search=default -p 8889
+ManagementServer.Instance.Koha.Endpoints.Infra=default -p 8890
+ManagementServer.Instance.Koha.Autostart=true
+ManagementServer.Instance.Koha.ReadOnly=false
+ManagementServer.Instance.Koha.ThreadPool.Server.Size=3
+ManagementServer.Instance.Koha.ThreadPool.Server.SizeMax=30
+ManagementServer.Instance.Koha.MessageSizeMax=102400
+ManagementServer.Instance.Koha.Log=true
+ManagementServer.Instance.Koha.Log.Directory=./log/
+ManagementServer.Instance.Koha.LazyWrite=true
+ManagementServer.Instance.Koha.MaxSnapshotBackupCount=5