need symlink to /opt/blackray/config/
[blackray-experiments.git] / blackray.conf
1 Ice.MessageSizeMax=1024
2 Ice.ThreadPool.Server.Size=3
3 Ice.ThreadPool.Server.SizeMax=10
4
5 ManagementServer.Endpoints=default -p 8888
6 ManagementServer.Instances=Koha
7
8 ManagementServer.Instance.Koha.Name=Koha
9 ManagementServer.Instance.Koha.Directory=.
10 ManagementServer.Instance.Koha.Endpoints.Search=default -p 8889
11 ManagementServer.Instance.Koha.Endpoints.Infra=default -p 8890
12 ManagementServer.Instance.Koha.Autostart=true
13 ManagementServer.Instance.Koha.ReadOnly=false
14 ManagementServer.Instance.Koha.ThreadPool.Server.Size=3
15 ManagementServer.Instance.Koha.ThreadPool.Server.SizeMax=30
16 ManagementServer.Instance.Koha.MessageSizeMax=102400
17 ManagementServer.Instance.Koha.Log=true
18 ManagementServer.Instance.Koha.Log.Directory=./log/
19 ManagementServer.Instance.Koha.LazyWrite=true
20 ManagementServer.Instance.Koha.MaxSnapshotBackupCount=5