fixed port

This commit is contained in:
liyunze 2026-08-02 15:46:47 +10:00
parent 9eb9ea5e5b
commit fedecc59aa
3 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
"use strict";
const configs = (function () {
export const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};

View file

@ -1,9 +1,9 @@
"use strict";
const configs = (function () {
export const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};

View file

@ -1,9 +1,9 @@
"use strict";
const configs = (function () {
export const configs = (function () {
const streamerBotSettings = {
host: "127.0.0.1",
port: 6968,
port: 8080,
endpoint: "/",
};