forked from restlet/restlet-framework-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalConfig.xml
More file actions
51 lines (34 loc) · 1.93 KB
/
localConfig.xml
File metadata and controls
51 lines (34 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<entity>
<!-- $Id$ -->
<!-- The element <sdcServerHost> is required. This value defines the Google
server host IPv4 IP address or fully-qualified domain name for use by Secure
Data Connector. This value should not be changed unless instructed by Google. -->
<sdcServerHost>localhost</sdcServerHost>
<!-- The element <sdcServerPort> is required. This value defines the TCP
port for the Google host that listens for Secure Data Connector service requests.
This value should not be changed unless instructed by Google. -->
<sdcServerPort>4433</sdcServerPort>
<allowUnverifiedCertificates>true</allowUnverifiedCertificates>
<!-- The element <domain> is required. This value defines the Google Apps
domain name that your are connecting the Secure Data Connector to. -->
<domain>example.com</domain>
<!-- The element <user> is required. This value defines the Google Apps
user account the Secure Data Connector uses to authenticate to the Google
Apps domain. -->
<user>myUser</user>
<!-- The element <password> is required. This value defines the password
for the account defined by the <user> element. -->
<password>myPassword</password>
<!-- The element <agentId> is required. This value defines the agent ID
which is a unique name that represents this Secure Data Connector Agent.
Valid characters are a-z,A-Z,0-9,-_ -->
<agentId>myAgent1</agentId>
<!-- The element <socksServerPort> is required. This value defines the Socket
server listner port. If this port conflicts with another service on the machine,
you can change the port to another value. If you customize <socksServerPort> -->
<socksServerPort>1080</socksServerPort>
<!-- The following element is optional. It defines comma-separated list
of users based on e-mail address who, in addition to the <user> defined above,
can access the healthcheck gadget and the associated feeds. -->
<healthCheckGadgetUsers></healthCheckGadgetUsers>
</entity>