fix(all): TRUE multicloud.
This commit is contained in:
		
							parent
							
								
									b9be666d00
								
							
						
					
					
						commit
						4ee52c90b2
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -163,6 +163,7 @@
 | 
			
		|||
    "mime-types": "2.1.35",
 | 
			
		||||
    "moment": "2.30.1",
 | 
			
		||||
    "ms-rest-azure": "3.0.2",
 | 
			
		||||
    "mysql": "^2.18.1",
 | 
			
		||||
    "nexmo": "2.9.1",
 | 
			
		||||
    "ngrok": "5.0.0-beta.2",
 | 
			
		||||
    "node-cron": "3.0.3",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -492,7 +492,7 @@ export class ChatServices {
 | 
			
		|||
        });
 | 
			
		||||
      } else {
 | 
			
		||||
        dataSource = new DataSource({
 | 
			
		||||
          type: dialect as any,
 | 
			
		||||
          type: dialect === 'mariadb'? 'mssql': dialect as any,
 | 
			
		||||
          host: host,
 | 
			
		||||
          port: port,
 | 
			
		||||
          database: storageName,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue