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