Files
chuanqi-server/server/s1/LogicServer/LogicServerLinux.txt
aixianling 5698111f9e chore: 删除旧的日志文件
- 移除了多个旧的日志文件,包括:
  - AMServer_2024125.txt.log.txt
  - AMServer_2024126.txt.log.txt
  - AMServer_2024128.txt.log.txt
  - AMServer_2024129.txt.log.txt
  - AMServer_20241210.txt.log.txt
  - BackStageServer_2024125.txt.log
  - BackStageServer_2024126.txt.log
  - BackStageServer_2024128.txt.log
  - BackStageServer_2024129.txt.log
  - BackStageServer_20241210.txt.log
- 这些日志文件记录了过去的运行信息,现在已不再需要
2024-12-13 14:24:08 +08:00

50 lines
817 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

LogicServer = {
ServerName = "版本验收-逻辑服(sid=1001)",
ServerIndex = 1,
ServerOpenTime = "2024-09-29 20:41:42",
--ServerCombineTime = "2023-12-21 8:00:00",
spguid=1,
--监听:网关服务器
GateService = {
Address = "0.0.0.0",
Port = 23101,
},
--连接:数据服务器
DbServer = {
Address = "127.0.0.1",
Port = 32101,
},
--连接LocalLog服务器
--LocalLogServer = {
--Address = "127.0.0.1",
--Port = 33101,
--},
--连接:会话服务器
SessionServer = {
Address = "127.0.0.1",
Port = 31000,
},
--连接Log服务器
LogServer = {
Address = "127.0.0.1",
Port = 34000,
},
--连接AM服务器
AMServer = {
Host = "127.0.0.1",
Port = 5660,
},
--连接:后台服务器
MgrServer = {
Host = "127.0.0.1",
Port = 8500,
},
}