Add server config file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user