From bbd078d7066049857a2bef14965c2b8dd550791f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 3 Nov 2013 19:25:50 +0100 Subject: [PATCH] minimal.json cleanup --- examples/minimal.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/examples/minimal.json b/examples/minimal.json index b6406f4..168bde7 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -1,20 +1,18 @@ { "tasks": { - - "mail":{ - "host": "a.mx.systemchaos.org", - "port": 25, - "from": "linspector@systemchaos.org", - "username": "you@hanez.org", - "password": "uffff" - } - - }, + "mail":{ + "host": "localhost", + "port": 25, + "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" }} ] } },