fix syntax issue in nitter-config/templates/nitter.conf

This commit is contained in:
staticsafe 2021-09-11 14:24:26 -04:00
parent 6e119c7d8d
commit a5092bca2e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[Server]
address = "127.0.0.1"
port = {{ NITTER_PORT }
port = {{ NITTER_PORT }}
https = false # disable to enable cookies when not using https
httpMaxConnections = 100
staticDir = "./public"