forked from mattd-kainos/fake-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeshclient.cfg
executable file
·24 lines (24 loc) · 897 Bytes
/
meshclient.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<MESHConfig>
<PrimaryURL>https://localhost:8000</PrimaryURL>
<LogPath>/var/mesh/log</LogPath>
<KeyStorePath>/opt/mesh-6.1.1/mockMesh.jks</KeyStorePath>
<KeyStorePassword>MockMesh</KeyStorePassword>
<WorkPath>/var/mesh/working</WorkPath>
<ProxyPath>/var/mesh/proxy</ProxyPath>
<SignalPath>/var/mesh/sig</SignalPath>
<PollPeriod>1</PollPeriod>
<ServerRetry>3</ServerRetry>
<MaxMessages>100</MaxMessages>
<MaxConnections>4</MaxConnections>
<AutoUpgrade>Y</AutoUpgrade>
<Client>
<ClientIdentity>X25HC001</ClientIdentity>
<ClientAuthentication>password</ClientAuthentication>
<InterfaceRoot>/var/mesh/X25HC001</InterfaceRoot>
<CollectReport>Y</CollectReport>
<TransferReport>Y</TransferReport>
<PollReport>N</PollReport>
<SaveSent>Y</SaveSent>
</Client>
</MESHConfig>