Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Jan 18, 2024
1 parent 2383cce commit 4145075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vault/providers/storage.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const StorageProvider = {
provide: 'StorageProvider',
useFactory: (): Promise<Connection> =>
mongoose
.createConnection(process.env.DB_URL)
.createConnection(process.env.DB_URL + '/vault')
.asPromise()
.then((connection) => {
Logger.log('Connection established', 'StorageProvider');
Expand Down

0 comments on commit 4145075

Please sign in to comment.