fix(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-26 22:42:07 -03:00
parent b9be666d00
commit 4ee52c90b2
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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,