mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Merge branch 'config-rss-toggle'
This commit is contained in:
commit
9b202e414b
5 changed files with 10 additions and 6 deletions
|
|
@ -26,6 +26,7 @@ proc getConfig*(path: string): (Config, parseCfg.Config) =
|
|||
hmacKey: cfg.get("Config", "hmacKey", "secretkey"),
|
||||
base64Media: cfg.get("Config", "base64Media", false),
|
||||
minTokens: cfg.get("Config", "tokenCount", 10),
|
||||
enableRSS: cfg.get("Config", "enableRSS", true),
|
||||
|
||||
listCacheTime: cfg.get("Cache", "listMinutes", 120),
|
||||
rssCacheTime: cfg.get("Cache", "rssMinutes", 10),
|
||||
|
|
|
|||
Loading…
Reference in a new issue