-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.json
28 lines (28 loc) · 908 Bytes
/
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
{
"token": "",
"endpoint": "https://api-prod.omnivore.app/api/graphql",
"title": "Omnivore Articles",
"author": "Omnivore",
"cover": "https://r2-public.agrmohit.com/omnivore-articles-bjd81a7x3k.jpg",
"description": "Articles from Omnivore",
"addLabelsInContent": true,
"addArticleLinkInContent": true,
"allowImages": true,
"outputFileName": "output.epub",
"maxArticleCount": 15,
"searchQuery": "sort:saved-desc",
"ignoredLabels": ["pdf"],
"ignoredLinks": ["https://www.youtu", "https://youtu"],
"emailSupport": false,
"emailHost": "smtp.gmail.com",
"emailPort": 587,
"emailUser": "[email protected]",
"emailPassword": "",
"emailRecipient": "[email protected]",
"emailFrom": "Omnivore EPUB Mailer",
"emailAllowSTARTTLS": true,
"emailSizeWarningSuppress": false,
"emailSizeWarningMinSize": 25,
"updateCheck": true,
"showReleaseNotes": true
}