16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
[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
|