-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
94 lines (94 loc) · 1.91 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"mailer":{
"apiKey":"key-0a6fcc1ae65cdab6e1c2bb00796145c8",
"domain":"sandboxfdcdb4833611429ab5c73f6ba827da9e.mailgun.org"
},
"subscribers":[
{
"name":"Kaweesi Joseph",
"emailAddress":"joseph.kaweesi2012@gmail.com"
}
],
"mailDraft":{
"from":"KNews App <org.kaweesi.apps@gmail.com>",
"to":"",
"subject":"KNews App Update",
"html":""
},
"keyWords":[
"pope",
"papacy",
"vatican",
"religion",
" EU",
"EU ",
"European Union",
"Lord",
"Health",
"GMO",
"congress",
"pontiff",
"catholic",
"seventh",
"adventist",
"church",
"amendment",
"constitution",
"666",
"sunday law",
"mark of",
"Roman",
"America",
"Republican",
"Protestant",
"Ecumeni",
"sabbath",
"constitution",
"bible",
"Jesus",
"Christ",
"the beast",
" sign",
" sign ",
"prophecy",
"end of the world",
"great controversy",
"reformation",
"God",
"creation",
"evolution",
"human programming",
"democrat",
"extremist",
"pastor"
],
"newsApi":{
"ApiKey":"13947802910e4d009d51802fc07ade1e",
"sources":[
"cnn",
"bbc-news",
"al-jazeera-english",
"independent",
"the-new-york-times",
"new-york-magazine",
"the-washington-post",
"time",
"usa-today",
"the-telegraph",
"cnbc",
"mirror",
"the-guardian-uk",
"the-guardian-au",
"google-news",
"hacker-news",
"reddit-r-all",
"techradar",
"business-insider",
"business-insider-uk",
"national-geographic",
"the-hindu",
"new-scientist"
]
},
"logMailsToFileSystem": true
}