diff --git a/examples/data/config/TextCDC.json b/examples/data/config/TextCDC.json index 1fcd682..a143bc5 100644 --- a/examples/data/config/TextCDC.json +++ b/examples/data/config/TextCDC.json @@ -1,5 +1,19 @@ { - "email-addr":"5555555555@carrier.com.com", + "people": { + + "one": { + "email-addr": "5555555555@vtext.com" + }, + "two": { + "email-addr": "5555555555@vtext.com" + }, + "three": { + "email-addr": "5555555555@vtext.com" + }, + "four": { + "email-addr": "5555555555@txt.att.net" + } + }, "output-channels":["#yourchannel"], "interval": 30, "account": { @@ -8,6 +22,12 @@ "password": "Password" }, + "pop": { + "host": "pop.gmail.com", + "ssl": true, + "port": 995 + }, + "imap": { "host": "imap.gmail.com", "ssl": true,