mirror of https://github.com/EdgeVPNio/tools.git
Update testbed template config
parent
2353918947
commit
cd6cd9e07c
|
@ -5,7 +5,7 @@
|
||||||
"NodeId": "a100###feb6040628e5fb7e70b04f###"
|
"NodeId": "a100###feb6040628e5fb7e70b04f###"
|
||||||
},
|
},
|
||||||
"Logger": {
|
"Logger": {
|
||||||
"LogLevel": "DEBUG",
|
"LogLevel": "INFO",
|
||||||
"Device": "File",
|
"Device": "File",
|
||||||
"Directory": "/var/log/edge-vpnio/",
|
"Directory": "/var/log/edge-vpnio/",
|
||||||
"CtrlLogFileName": "ctrl.log",
|
"CtrlLogFileName": "ctrl.log",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"Overlays": {
|
"Overlays": {
|
||||||
"A1A111A": {
|
"A1A111A": {
|
||||||
"HostAddress": "*.*.*.*",
|
"HostAddress": "",
|
||||||
"AuthenticationMethod": "PASSWORD",
|
"AuthenticationMethod": "PASSWORD",
|
||||||
"Port": "5222",
|
"Port": "5222",
|
||||||
"Username": "test1@openfire.local",
|
"Username": "test1@openfire.local",
|
||||||
|
@ -103,5 +103,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"UsageReport": {
|
||||||
|
"Enabled": true,
|
||||||
|
"TimerInterval": 86400,
|
||||||
|
"WebService": "https://qdscz6pg37.execute-api.us-west-2.amazonaws.com/default/EvioUsageReport"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue