mirror of
https://github.com/liyunze-coding/rython-task-bot-v2.git
synced 2026-09-22 07:24:27 +00:00
fixed port
This commit is contained in:
parent
9eb9ea5e5b
commit
fedecc59aa
3 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const configs = (function () {
|
export const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 6968,
|
port: 8080,
|
||||||
endpoint: "/",
|
endpoint: "/",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const configs = (function () {
|
export const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 6968,
|
port: 8080,
|
||||||
endpoint: "/",
|
endpoint: "/",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
const configs = (function () {
|
export const configs = (function () {
|
||||||
const streamerBotSettings = {
|
const streamerBotSettings = {
|
||||||
host: "127.0.0.1",
|
host: "127.0.0.1",
|
||||||
port: 6968,
|
port: 8080,
|
||||||
endpoint: "/",
|
endpoint: "/",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue