-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault-config.json
More file actions
28 lines (28 loc) · 806 Bytes
/
default-config.json
File metadata and controls
28 lines (28 loc) · 806 Bytes
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
{
"run_program": true,
"cron_job_mode": true,
"testing_mode": true,
"tweet_only_link": false,
"tweet_description": false,
"tweet_summarized_article": true,
"move_log_files": false,
"delete_old_log_files": false,
"delete_important_errors": false,
"use_backup_token": false,
"time_to_wait_after_tweeting_a_url_in_seconds": 30,
"run_program_every_x_seconds": 3600,
"time_to_wait_when_not_running_in_seconds": 21600,
"ignore_https": false,
"rss_feeds_to_fetch": {
"description_from_rss_feed": [],
"description_from_html": [
"https://lobste.rs/t/security.rss"
]
},
"dont_summarize_these_urls": [
"github.com",
"reddit.com",
"youtube.com"
],
"reset_config_to_default": false
}