fix(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-26 22:47:00 -03:00
parent c0de9f8a44
commit 9eeb9a430e

View file

@ -492,7 +492,7 @@ export class ChatServices {
});
} else {
dataSource = new DataSource({
type: dialect === 'mariadb'? 'mssql': dialect as any,
type: dialect === 'mariadb'? 'mysql': dialect as any,
host: host,
port: port,
database: storageName,