nitter/nitter.conf
Zed de62eedea5 Refactor hostname to be a runtime option
Add a `hostname` field under Server in your conf file, see the
updated nitter.conf in the repo for an example. The compile-time
option (-d:hostname) is no longer used.
2019-10-21 05:19:00 +02:00

12 lines
247 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