Add the server port as a configuration option

This commit is contained in:
Korbs 2023-11-22 22:46:03 -05:00
parent e4d9cd49e2
commit 17bb4d04d4

View file

@ -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"
}