From 17bb4d04d467cf5fc80bb3bd48c2053738daaeef Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 22 Nov 2023 22:46:03 -0500 Subject: [PATCH] Add the server port as a configuration option --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 8cfc3ffa..f9fee911 100644 --- a/config.json +++ b/config.json @@ -5,5 +5,6 @@ "invchannel": "https://invid-api.poketube.fun/api/v1", "cacher_max_age": "1800", "enablealwayshttps": false, - "t_url": "https://t.poketube.fun/" + "t_url": "https://t.poketube.fun/", + "server_port": "6003" } \ No newline at end of file