fix(all): TRUE multicloud.
This commit is contained in:
parent
0ef823c259
commit
a1d6cfaf45
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ export class GBVMService extends GBService {
|
||||||
|
|
||||||
connections.forEach(async con => {
|
connections.forEach(async con => {
|
||||||
|
|
||||||
const connectionName = /^\S+/.exec(con['storageDriver'])[0];
|
const connectionName = con['name'];
|
||||||
|
|
||||||
const dialect = con['storageDriver'];
|
const dialect = con['storageDriver'];
|
||||||
const host = con['storageServer'];
|
const host = con['storageServer'];
|
||||||
|
|
Loading…
Add table
Reference in a new issue