| 
					
				 | 
			
			
				@@ -79,7 +79,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             var result = JsonMapper.ToObject<Result>(json); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.CDN_ROOT = result.cdnRoot; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            //CDN_ROOT = "http://10.108.64.127/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            CDN_ROOT = "http://10.108.64.127/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.logApiRootUrl = result.logApiUrl; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //LauncherConfig.logApiRootUrl = "http://10.108.64.106:8080/api/Log/"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             LauncherConfig.logApiReportLauncherUrl = LauncherConfig.logApiRootUrl + "ReportNode"; 
			 |