mirror of
https://github.com/zedeus/nitter
synced 2024-11-16 06:57:01 +01:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
[Server]
|
|
address = "0.0.0.0"
|
|
port = 8080
|
|
https = true # disable to enable cookies when not using https
|
|
title = "nitter"
|
|
staticDir = "./public"
|
|
|
|
[Cache]
|
|
directory = "./tmp"
|
|
profileMinutes = 10 # how long to cache profiles
|