mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add server config file
This commit is contained in:
parent
b10d894a11
commit
6a9d182249
8 changed files with 53 additions and 23 deletions
9
nitter.conf
Normal file
9
nitter.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Server]
|
||||
address = "0.0.0.0"
|
||||
port = 8080
|
||||
title = "nitter"
|
||||
staticDir = "./public"
|
||||
|
||||
[Cache]
|
||||
directory = "/tmp/niter"
|
||||
profileMinutes = 10 # how long to cache profiles
|
||||
Loading…
Reference in a new issue