mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Replace /.tokens with /.health and /.accounts
This commit is contained in:
parent
089275826c
commit
4120558649
7 changed files with 82 additions and 45 deletions
|
|
@ -23,7 +23,7 @@ redisMaxConnections = 30
|
|||
hmacKey = "secretkey" # random key for cryptographic signing of video urls
|
||||
base64Media = false # use base64 encoding for proxied media urls
|
||||
enableRSS = true # set this to false to disable RSS feeds
|
||||
enableDebug = false # enable request logs and debug endpoints (/.tokens)
|
||||
enableDebug = false # enable request logs and debug endpoints (/.accounts)
|
||||
proxy = "" # http/https url, SOCKS proxies are not supported
|
||||
proxyAuth = ""
|
||||
tokenCount = 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue