From 0dc569ab3fdb65f17b5cf569292a4e908126d562 Mon Sep 17 00:00:00 2001 From: Levi Date: Sat, 24 Sep 2022 16:18:51 +0200 Subject: [PATCH] Added port config --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 469fd4b..1d4a2c6 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "token": "your-token-goes-here", + "port": "4000", "tweetParser": "https://fxtwitter.com/", "instaParser": "https://ddinstagram.com/" }