summaryrefslogtreecommitdiff
path: root/cpp/test/IceBox/configuration/config.icebox
blob: 11a6ef13315c25b35303d9c6b43c75cf76291637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Ice.Admin.InstanceName=DemoIceBox
Ice.Admin.Endpoints=default -p 9996 -h 127.0.0.1
Ice.ProgramName=IceBox

IceBox.Service.Service1=TestService:create --Ice.Config=config.service1 --Service1.ArgProp=1 --Service1.Ovrd=2 --Service1.Unset= -a --Arg=2
IceBox.Service.Service2=TestService:create --Ice.Config=config.service2 --Service1.ArgProp=1 --IceBox.InheritProperties

IceBox.UseSharedCommunicator.Service3=1
IceBox.Service.Service3=TestService:create --Ice.Config=config.service3
IceBox.UseSharedCommunicator.Service4=1
IceBox.Service.Service4=TestService:create --Ice.Config=config.service4 --Service3.Prop=2 --Ice.Trace.Slicing=3

IceBox.LoadOrder=Service1 Service2 Service3 Service4