changed port to 8080

This commit is contained in:
liyunze 2026-06-20 16:57:03 +10:00
parent 90d719143c
commit 168ef05777
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};

View file

@ -3,7 +3,7 @@
const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};

View file

@ -3,7 +3,7 @@
const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};