fix(all): TRUE multicloud.
This commit is contained in:
parent
cc22f3963d
commit
ba6e9c2767
1 changed files with 0 additions and 8 deletions
|
@ -341,14 +341,6 @@ export class GBVMService extends GBService {
|
|||
if (!min[connectionName]) {
|
||||
GBLogEx.info(min, `Loading custom connection ${connectionName}...`);
|
||||
min[connectionName] = new Sequelize(storageName, username, password, sequelizeOptions);
|
||||
if (connectionName === 'llm') {
|
||||
min[`llm`] = {
|
||||
type: dialect,
|
||||
username,
|
||||
database: storageName,
|
||||
password
|
||||
};
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue