aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Aggrofile b/Aggrofile
index 429d214..a4bf93f 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -1,19 +1,17 @@
{
+ "db_path": "db.json",
"plugins": {
"juusomikkonen_blog_rss": {
"plugin": "FeedSourcePlugin",
- "trigger_type": "schedule",
"schedule_expr": "schedule.every(10).seconds",
"feed_url": "https://juusomikkonen.com/feed.xml"
},
"title_filter": {
"plugin": "FilterPlugin",
- "trigger_type": "input_change",
"filter_expr": "'TypeScript' in item.title"
},
"output_feed": {
"plugin": "FeedSinkPlugin",
- "trigger_type": "input_change",
"feed_name": "test_feed"
}
},