blob: 596855e5e00f6a5606a16f167b9a8b9b73d7bcc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# The client reads this property to create the reference to the
# "ContactDB" object in the server.
#
ContactDB.Proxy=contactdb:default -p 10000 -h localhost
#
# Warn about connection exceptions
#
Ice.Warn.Connections=1
|