init
This commit is contained in:
		
							
								
								
									
										29
									
								
								server/build/LoggerServer/LoggerServerLinux.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								server/build/LoggerServer/LoggerServerLinux.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
LoggerServer = 
 | 
			
		||||
{
 | 
			
		||||
	--监听:服务器参数配置
 | 
			
		||||
	Server = 
 | 
			
		||||
	{ 
 | 
			
		||||
		BindAddress = "0.0.0.0", 
 | 
			
		||||
		Port = 34000 ,
 | 
			
		||||
		ServiceName="LoggerServer",
 | 
			
		||||
	},
 | 
			
		||||
	
 | 
			
		||||
	--监听:发送聊天消息给工具
 | 
			
		||||
	ChatLog = 
 | 
			
		||||
	{ 
 | 
			
		||||
		ServiceName="LogServer",
 | 
			
		||||
		BindAddress = "0.0.0.0", 
 | 
			
		||||
		Port = 35010,
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	--数据库连接相关
 | 
			
		||||
	SQL = 
 | 
			
		||||
	{
 | 
			
		||||
		Host = "127.0.0.1", 	
 | 
			
		||||
		Port = 3307, 
 | 
			
		||||
		DBName = "mir_log_s1", 
 | 
			
		||||
		DBUser = "root", 
 | 
			
		||||
		DBPass = "mysql_Adkijc",
 | 
			
		||||
		utf8=1,
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user