mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Expand configuration (#368)
* Allow configuring httpMaxConns default: 100 * Allow setting NITTER_CONF_FILE path env var Co-authored-by: 3nprob <3nprob@3nprob>
This commit is contained in:
parent
46cf3e3a91
commit
a859943871
4 changed files with 7 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
address = "0.0.0.0"
|
||||
port = 8080
|
||||
https = false # disable to enable cookies when not using https
|
||||
httpMaxConnections = 100
|
||||
staticDir = "./public"
|
||||
title = "nitter"
|
||||
hostname = "nitter.net"
|
||||
|
|
|
|||
Loading…
Reference in a new issue