ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / config / glacier2router.cfg
bloba56bf3f1009bf620450c35106c9338f6a99ef271
1 #\r
2 # Sample configuration file for the Glacier2 router daemon\r
3 #\r
4 \r
5 #\r
6 # Set the instance name\r
7 #\r
8 Glacier2.InstanceName=DemoGlacier2Router\r
9 \r
10 #\r
11 # The client-visible endpoint of Glacier2. This should be an endpoint\r
12 # visible from the public Internet, and it should be secure. To use\r
13 # SSL, configure the SSL endpoint and enable the IceSSL plug-in.\r
14 #\r
15 # IANA-registered TCP ports for the Glacier2 router:\r
16 # - 4063 (insecure)\r
17 # - 4064 (secure, using SSL)\r
18 #\r
19 Glacier2.Client.Endpoints=tcp -p 4063 -h 127.0.0.1\r
20 #Glacier2.Client.Endpoints=ssl -p 4064 -h 127.0.0.1\r
22 #\r
23 # The server-visible endpoint of Glacier2. This endpoint is only\r
24 # required if callbacks are needed (leave empty otherwise). This\r
25 # should be an endpoint on an internal network (like 192.168.x.x), or\r
26 # on the loopback, so that the server is not directly accessible from\r
27 # the Internet.\r
28 #\r
29 Glacier2.Server.Endpoints=tcp -h 127.0.0.1\r
31 #  \r
32 # This permissions verifier allows any user-id / password combination;\r
33 # this is not recommended for production!\r
34 \r
35 Glacier2.PermissionsVerifier=DemoGlacier2Router/NullPermissionsVerifier\r
37 #\r
38 # The timeout for inactive sessions. If any client session is inactive\r
39 # for longer than this value, the session expires and is removed. The\r
40 # unit is seconds.\r
41 #\r
42 Glacier2.SessionTimeout=30\r
44 #\r
45 # Glacier2 always disables active connection management so there is no\r
46 # need to configure this manually. Connection retry does not need to\r
47 # be disabled, as it's safe for Glacier2 to retry outgoing connections\r
48 # to servers. Retry for incoming connections from clients must be\r
49 # disabled in the clients.\r
50 #\r
52 #\r
53 # Various settings to trace requests, overrides, etc.\r
54 #\r
55 Glacier2.Client.Trace.Request=1\r
56 Glacier2.Server.Trace.Request=1\r
57 Glacier2.Client.Trace.Override=1\r
58 Glacier2.Server.Trace.Override=1\r
59 Glacier2.Client.Trace.Reject=1\r
60 Glacier2.Trace.Session=1\r
61 Glacier2.Trace.RoutingTable=1\r
63 #\r
64 # Warn about connection exceptions\r
65 #\r
66 Ice.Warn.Connections=1\r
68 #\r
69 # Network Tracing\r
70 #\r
71 # 0 = no network tracing\r
72 # 1 = trace connection establishment and closure\r
73 # 2 = like 1, but more detailed\r
74 # 3 = like 2, but also trace data transfer\r
75 #\r
76 #Ice.Trace.Network=1\r
78 #\r
79 # Protocol Tracing\r
80 #\r
81 # 0 = no protocol tracing\r
82 # 1 = trace protocol messages\r
83 #\r
84 #Ice.Trace.Protocol=1\r
86 #\r
87 # Security Tracing\r
88 #\r
89 # 0 = no security tracing\r
90 # 1 = trace messages\r
91 #\r
92 #IceSSL.Trace.Security=1\r
94 #\r
95 # SSL Configuration\r
96 #\r
97 #Ice.Plugin.IceSSL=IceSSL:createIceSSL\r
99 #IceSSL.DefaultDir=<path to certs dir>\r
101 #IceSSL.CertAuthFile=cacert.pem\r
102 #IceSSL.CertFile=s_rsa1024_pub.pem\r
103 #IceSSL.KeyFile=s_rsa1024_priv.pem\r