init
This commit is contained in:
		
							
								
								
									
										49
									
								
								server/cross/LogicServer/LogicServerLinux.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								server/cross/LogicServer/LogicServerLinux.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,49 @@
 | 
			
		||||
LogicServer = {
 | 
			
		||||
	ServerName = "版本验收-逻辑服(sid=10001)",
 | 
			
		||||
	ServerIndex = 10001,
 | 
			
		||||
    ServerOpenTime = "2022-09-29 20:41:42",
 | 
			
		||||
    --ServerCombineTime = "2023-12-15 8:00:00",
 | 
			
		||||
    spguid=1,
 | 
			
		||||
 | 
			
		||||
	--监听:网关服务器
 | 
			
		||||
	GateService = {
 | 
			
		||||
		Address = "0.0.0.0",
 | 
			
		||||
		Port = 43101,
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	--连接:数据服务器
 | 
			
		||||
	DbServer = {
 | 
			
		||||
		Address = "127.0.0.1",
 | 
			
		||||
		Port = 42102,
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	--连接:LocalLog服务器
 | 
			
		||||
	LocalLogServer = {
 | 
			
		||||
		Address = "127.0.0.1",
 | 
			
		||||
		Port = 43102,
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	--连接:会话服务器
 | 
			
		||||
	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,
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user