Syncrhonize external default config and internal one
This commit is contained in:
parent
7f5d560bae
commit
02ceccb973
1 changed files with 6 additions and 2 deletions
|
@ -37,8 +37,12 @@
|
|||
:default-chod 94
|
||||
:target "https://api.4chan.org"
|
||||
:lazy-load true}
|
||||
:boards-enabled {"/mlp/" {}
|
||||
"/g/" {}}})
|
||||
:boards-enabled {"/mlp/" {:lazy-load false}
|
||||
"/g/" {:starting-page 7}
|
||||
"/po/" {:starting-page 8
|
||||
:refresh-rate 86400}
|
||||
"/p/" {:starting-page 8
|
||||
:refresh-rate 1800}}})
|
||||
|
||||
(def cli-options
|
||||
"Configuration defining program arguments for cli.tools"
|
||||
|
|
Loading…
Reference in a new issue