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": { "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" }}
] ]
} }
}, },