aboutsummaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-17 13:02:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-17 13:22:37 +0200
commitc369f615b0b53471a9f6d214e847bcaa1703ea5a (patch)
tree4cd88094ef159907f825098f11cadcb39bb19966 /config.yml.example
parent81d1e95df27232afd10275a29471bc2958092d6d (diff)
downloadfeed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.tar.gz
feed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.tar.bz2
feed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.zip
Allow to specify path to the cache directly in the config file
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 747ccc2..1f2c159 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -21,6 +21,8 @@ target:
# target: imap://test%40example.com:passw0rd@mail.example.com:143/INBOX/Feeds
## Global Options
+# Location of the cache. Can also be overwritten on the command line.
+cache: "feed.cache"
# Timeout in seconds for fetching feeds.
timeout: 30
# Maximum number of failures allowed before they are reported in normal mode.