summarylogtreecommitdiffstats
path: root/readeef.cfg
diff options
context:
space:
mode:
authorViktor Kojouharov2015-11-02 09:48:03 +0200
committerViktor Kojouharov2015-11-02 09:51:05 +0200
commitaff86349fff04e6de1c6d442689d96f814e8590b (patch)
treec1aff8f9a4bb0abbe0e4d68f1227375b94e018bf /readeef.cfg
downloadaur-aff86349fff04e6de1c6d442689d96f814e8590b.tar.gz
initial commit
Diffstat (limited to 'readeef.cfg')
-rw-r--r--readeef.cfg72
1 files changed, 72 insertions, 0 deletions
diff --git a/readeef.cfg b/readeef.cfg
new file mode 100644
index 000000000000..1ffd2bfcbf75
--- /dev/null
+++ b/readeef.cfg
@@ -0,0 +1,72 @@
+# The default configuration values are listed as comments below
+# Uncomment and value allow with its category to change it
+#
+# [logger]
+# level = error # error, info, debug
+# file = - # stderr, or a filename
+# formatter = text # text, json
+# access-file = - # stdout or a filename
+# [api]
+# emulators
+# # emulators = tt-rss
+# # emulators = fever
+[db]
+# driver = sqlite3
+ connect = file:/var/lib/readeef/db.sqlite3?cache=shared&mode=rwc
+# [feed-manager]
+# update-interval = 30m
+# monitors
+# monitors = index
+# monitors = thumbnailer
+# [timeout]
+# connect = 1s
+# read-write = 2s
+# [hubbub]
+# relative-path = /hubbub
+# from = readeef
+# [popularity]
+# delay = 5s
+# providers
+# providers = Facebook
+# providers = GoogleP
+# providers = Twitter
+# providers = Reddit
+# providers = Linkedin
+# providers = StumbleUpon
+# [feed-parser]
+# processors
+# processors = cleanup
+# processors = top-image-marker
+# # processors = relative-url
+# # processors = proxy-http
+#
+# proxy-http-url-template = "/proxy?url={{ . }}"
+[content]
+# extractor = goose # readability
+# thumbnailer = description # extract
+# search-provider = bleve # elastic
+#
+# article-processors
+# article-processors = insert-thumbnail-target
+# # article-processors = relative-url
+# # article-processors = proxy-http
+#
+# search-batch-size = 100
+#
+ bleve-path = /var/lib/readeef/bleve
+# elastic-url = http://localhost:9200
+# proxy-http-url-template = "/proxy?url={{ . }}"
+#
+# [server]
+# port = 8080
+# # devel
+#
+# [static]
+# expires = 5m # 5 minutes
+#
+ [session]
+ dir = /var/lib/readeef/session
+# # secret = Your_secret_string_goes_here
+# max-age = 360h # 15 days
+# cleanup-interval = 1h # 1 hour
+# cleanup-max-age = 360h # 15 days