aligned stress.json to new config format
This commit is contained in:
parent
01335aac1e
commit
8a98041501
1 changed files with 5 additions and 10 deletions
|
|
@ -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" }
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue