minimal.json cleanup
This commit is contained in:
parent
da07b27087
commit
bbd078d706
1 changed files with 9 additions and 11 deletions
|
|
@ -1,20 +1,18 @@
|
||||||
{
|
{
|
||||||
"tasks": {
|
"tasks": {
|
||||||
|
|
||||||
"mail":{
|
"mail":{
|
||||||
"host": "a.mx.systemchaos.org",
|
"host": "localhost",
|
||||||
"port": 25,
|
"port": 25,
|
||||||
"from": "linspector@systemchaos.org",
|
"from": "linspector@linspector.org",
|
||||||
"username": "you@hanez.org",
|
"username": "you@hanez.org",
|
||||||
"password": "uffff"
|
"password": "uffff"
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
"members":{
|
"members":{
|
||||||
"root":{
|
"root":{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{ "class":"mail", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }}
|
{ "class":"mail", "type": "foo", "args": { "rcpt": "hanez@linspector.org" }}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue