修改plugin.webman.channel.server端口号为2207

This commit is contained in:
2026-03-25 17:52:05 +08:00
parent 60833aa6ff
commit 6c6971c4bf
4 changed files with 40 additions and 6 deletions

View File

@@ -19,6 +19,11 @@ REDIS_PORT=6379
REDIS_PASSWORD=''
REDIS_DB=1
# webman channel用于定时任务通信
WEBMAN_CHANNEL_HOST=127.0.0.1
WEBMAN_CHANNEL_PORT=2207
WEBMAN_CHANNEL_LISTEN_HOST=0.0.0.0
# 游戏地址,用于 /api/v1/getGameUrl 返回
GAME_URL=dice-game-v3.yuliao666.top