2019-07-31 00:15:43 +00:00
|
|
|
[Server]
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 8080
|
2019-08-19 01:28:04 +00:00
|
|
|
https = true # disable to enable cookies when not using https
|
2019-07-31 00:15:43 +00:00
|
|
|
staticDir = "./public"
|
2019-10-21 03:19:00 +00:00
|
|
|
title = "nitter"
|
|
|
|
hostname = "nitter.net"
|
2019-07-31 00:15:43 +00:00
|
|
|
|
|
|
|
[Cache]
|
2019-08-08 16:34:49 +00:00
|
|
|
directory = "./tmp"
|
|
|
|
profileMinutes = 10 # how long to cache profiles
|