summaryrefslogtreecommitdiff
path: root/cpp/demo/IceStorm/replicated/config.sub
blob: 64601d0cb6f2905d434c5b670c1206604d45b14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# The Default Locator
#
Ice.Default.Locator=DemoIceGrid/Locator:default -p 12000

#
# This property is used to configure the endpoints of the clock
# subscriber adapter.
#
Ice.OA.Clock.Subscriber.Endpoints=tcp

#
# Network Tracing
#
# 0 = no network tracing
# 1 = trace connection establishment and closure
# 2 = like 1, but more detailed
# 3 = like 2, but also trace data transfer
#
#Ice.Trace.Network=1