refactor(dev): 调整开发环境配置

- 修改 GateWay 配置文件中的后台服务器端口
- 更新 Docker Compose 文件,增加 Logic 服务并调整相关配置
This commit is contained in:
aixianling
2025-01-10 16:19:07 +08:00
parent 6882a90654
commit d91c3d8d8a
2 changed files with 17 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ GateServer = {
--后台服务器的地址和端口
BackServer = {
Host = "127.0.0.1",
Port = 11317,
Port = 10318,
},
},
}