fix(core): update
This commit is contained in:
parent
f4586d529d
commit
0e41748da5
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartmongo',
|
name: '@pushrocks/smartmongo',
|
||||||
version: '2.0.5',
|
version: '2.0.6',
|
||||||
description: 'create a local mongodb for testing'
|
description: 'create a local mongodb for testing'
|
||||||
}
|
}
|
||||||
|
@ -33,6 +33,7 @@ export class SmartMongo {
|
|||||||
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
|
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
|
||||||
await this.readyPromise;
|
await this.readyPromise;
|
||||||
return {
|
return {
|
||||||
|
mongoDbName: `smartmongo_testdatabase`,
|
||||||
mongoDbUrl: this.mongoReplicaSet.getUri(),
|
mongoDbUrl: this.mongoReplicaSet.getUri(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user