|  | @@ -17,9 +17,9 @@ module.exports = appInfo => {
 | 
	
		
			
				|  |  |              // 端口号
 | 
	
		
			
				|  |  |              port: '3306',
 | 
	
		
			
				|  |  |              // 用户名
 | 
	
		
			
				|  |  | -            user: 'smartcost',
 | 
	
		
			
				|  |  | +            user: 'zh_calc',
 | 
	
		
			
				|  |  |              // 密码
 | 
	
		
			
				|  |  | -            password: 'zongheng_@)!(_jlzf',
 | 
	
		
			
				|  |  | +            password: 'zh@)!(3850calc',
 | 
	
		
			
				|  |  |              // 数据库名
 | 
	
		
			
				|  |  |              database: 'calculation',
 | 
	
		
			
				|  |  |              multipleStatements: true,
 | 
	
	
		
			
				|  | @@ -37,7 +37,7 @@ module.exports = appInfo => {
 | 
	
		
			
				|  |  |          client: {
 | 
	
		
			
				|  |  |              host: '127.0.0.1',
 | 
	
		
			
				|  |  |              port: '6379',
 | 
	
		
			
				|  |  | -            password: 'zongheng_@)!(_jlzf',
 | 
	
		
			
				|  |  | +            password: 'zh@)!(3850calc',
 | 
	
		
			
				|  |  |              db: '0',
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          agent: true,
 |