summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/icebox/config.client
blob: bc3c0aa673a43433417d47f48d69ce5fa7531172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# The client reads this property to create the reference to the
# "hello" object in the server.
#
Hello.Proxy=hello

#
# The IceGrid locator proxy.
#
Ice.Default.Locator=DemoIceGrid/Locator:default -h localhost -p 4061

#
# To use the IceGrid discovery plugin comment out the default locator
# property above and un-comment the two properties below. The discovery
# plugin uses multicast to discover IceGrid.
#
#Ice.Plugin.IceGridDiscovery=IceGrid:createIceGridDiscovery
#IceGridDiscovery.InstanceName=DemoIceGrid