fix(core): update
This commit is contained in:
parent
f67da898ae
commit
124f117352
@ -1,5 +1,5 @@
|
|||||||
export interface IMongoDescriptor {
|
export interface IMongoDescriptor {
|
||||||
connectionUrl: string;
|
mongoDbName: string;
|
||||||
password: string;
|
mongoDbUrl: string;
|
||||||
database: string;
|
mongoDbPass: string;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user