fix(all): TRUE multicloud.
This commit is contained in:
parent
4ee52c90b2
commit
385e22b062
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue