mirror of
https://github.com/zedeus/nitter.git
synced 2024-11-16 05:31:07 +00:00
15 lines
328 B
Text
15 lines
328 B
Text
[Server]
|
|
address = "0.0.0.0"
|
|
port = 8080
|
|
https = true # disable to enable cookies when not using https
|
|
staticDir = "./public"
|
|
title = "nitter"
|
|
hostname = "nitter.net"
|
|
|
|
[Cache]
|
|
directory = "./tmp"
|
|
profileMinutes = 10 # how long to cache profiles
|
|
|
|
[Config]
|
|
defaultTheme = "Nitter"
|
|
hmacKey = "secretkey" # for signing video urls
|