aligned stress.json to new config format

This commit is contained in:
Johannes Findeisen 2013-11-09 07:15:04 +01:00
commit 8a98041501

View file

@ -1,18 +1,13 @@
{ {
"tasks": {
"mail":{
"host": "localhost",
"port": 25,
"from": "linspector@linspector.org",
"username": "",
"password": ""
}
},
"members":{ "members":{
"hanez":{ "hanez":{
"_name": "admin", "_name": "admin",
"tasks": [ "tasks": [
{ "class":"alert/mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }} {
"class":"alert/mail",
"type": "error",
"args": { "rcpt": "hanez@linspector.org", "sender": "linspector@linspector.org" }
}
] ]
} }
}, },