From 87b8749438687c272d778932043636e3022c9df3 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Fri, 18 Sep 2015 21:56:15 -0400 Subject: [PATCH] Add new example config --- examples/data/config/TextCDC.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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,