minimal.json cleanup

This commit is contained in:
Johannes Findeisen 2013-11-03 19:25:50 +01:00
commit bbd078d706

View file

@ -1,20 +1,18 @@
{
"tasks": {
"mail":{
"host": "a.mx.systemchaos.org",
"host": "localhost",
"port": 25,
"from": "linspector@systemchaos.org",
"from": "linspector@linspector.org",
"username": "you@hanez.org",
"password": "uffff"
}
},
"members":{
"root":{
"name": "root",
"tasks": [
{ "class":"mail", "type": "jabber", "args": { "rcpt": "hanez@systemchaos.org" }}
{ "class":"mail", "type": "foo", "args": { "rcpt": "hanez@linspector.org" }}
]
}
},