2019-07-31 02:15:43 +02:00
|
|
|
[Server]
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 8080
|
2019-08-19 03:28:04 +02:00
|
|
|
https = true # disable to enable cookies when not using https
|
2019-07-31 02:15:43 +02:00
|
|
|
staticDir = "./public"
|
2019-10-21 05:19:00 +02:00
|
|
|
title = "nitter"
|
|
|
|
hostname = "nitter.net"
|
2019-07-31 02:15:43 +02:00
|
|
|
|
|
|
|
[Cache]
|
2019-08-08 18:34:49 +02:00
|
|
|
directory = "./tmp"
|
|
|
|
profileMinutes = 10 # how long to cache profiles
|
2019-10-23 14:06:47 +02:00
|
|
|
|
|
|
|
[Config]
|
|
|
|
defaultTheme = "Dark"
|
2019-10-24 00:17:38 +02:00
|
|
|
hmacKey = "secretkey" # for signing video urls
|