blob: 71570ba99518fb9da5ef226c72a5e209e7b001fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# The IceGrid locator proxy.
#
Ice.Default.Locator=DemoIceGrid/Locator:default -h localhost -p 12000:default -h localhost -p 12001:default -h localhost -p 12002
Ice.Override.Timeout=10000
#
# Trace properties.
#
#Ice.Trace.Network=1
#Ice.Trace.Locator=1
#
# IceGrid admin properties to allow running IceGrid admin clients.
#
IceGridAdmin.Username=benoit
IceGridAdmin.Password=dummy
|