-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.dev.json
32 lines (32 loc) · 1.07 KB
/
config.dev.json
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
{
"version": "1.0.0",
"wanosConfigFile": "/wanos/wanos.conf",
"wanosLicenseFile": "/wanos/license.info",
"wanosPeersFile": "/wanos/peers",
"wcmConfigFile": "/wanos/wcmconfig.json",
"tunnelPoliciesFile": "/wanos/tunnel_policies",
"trafficPoliciesFile": "/wanos/policies",
"tcpxPoliciesFile": "/wanos/tcpx_policies",
"groupObjectsFile": "/wanos/groupobjects",
"lighttpdPasswordFile": "/wanos/lighttpdpassword",
"webcachePath": "/wanos/sa2/",
"webcacheConfPath": "/wanos/sa/",
"rrdStatsPath": "/wanos/stats/",
"portObjectsPath": "/wanos/portobjects",
"dpiProtocolsPath": "/wanos/dpi.protocols",
"reconfigureFile": "/wanos/reconfigure",
"staticRoutesFile": "/wanos/static_routes",
"benchmarkFile": "/wanos/bench.log",
"imagePath": "/tce/packages",
"backupPath": "/var/www/stats/reports",
"statusInterval": 5000,
"wanosNic": ["eth0", "tap1"],
"wanosNicPollInterval": 5000,
"wanosWanNic": "eth0",
"wcmDomainName": "wcm.wanos.co",
"rpcPort": 50051,
"restartDelay": 5000,
"clickIp": "10.1.10.131",
"clickPort": 13000,
"logLevel": "debug"
}