-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.edn
26 lines (26 loc) · 990 Bytes
/
config.edn
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
{:update-max-retry 5
:credentials-file "/var/lib/llar/credentials.edn"
:runtime-config-dir "/var/lib/llar/config"
:api {:dashboard {:port 9999}
:reader {:port 8023}}
:ui {:default-list-view {:storage :headlines
:shopping :headlines
:tweet :gallery}
:favorites [[:all :default]
[:saved :item-tags]
[:highlight :item-tags]
[:in-progress :item-tags]
[:blog :source-tag]
[:hackernews :source-tag]
[:tech :source-tag]
[:deep-tech :source-tag]
[:sci :source-tag]
[:news :source-tag]
[:bookmark :type]
[:recreation :source-tag]]}
:commands {:mercury-parser "postlight-parser"
:pandoc "pandoc"
:w3m "w3m"
:lynx "lynx"
:html2text "html2text"}
:blob-store-dir "/var/lib/llar/blobs"}