Update testbed template config

pull/1/head
Ken 2020-07-29 18:19:20 -04:00
parent 2353918947
commit cd6cd9e07c
1 changed files with 7 additions and 2 deletions

View File

@ -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"
} }
} }