|  | @@ -1,8 +1,8 @@
 | 
	
		
			
				|  |  | -const environmentVariable = "test";
 | 
	
		
			
				|  |  | +const environmentVariable = "online";
 | 
	
		
			
				|  |  |  const apiUrlInfo = {
 | 
	
		
			
				|  |  |    dev: "https://dev.kt.colexiu.com",
 | 
	
		
			
				|  |  |    test: "https://test.kt.colexiu.com",
 | 
	
		
			
				|  |  | -  online: "https://online.kt.colexiu.com",
 | 
	
		
			
				|  |  | +  online: "https://kt.colexiu.com",
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  const baseUrl = apiUrlInfo[environmentVariable];
 | 
	
		
			
				|  |  |  module.exports = {
 |