fix(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-26 22:47:00 -03:00
parent 4ee52c90b2
commit 385e22b062

View file

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