Skip to content

Commit

Permalink
fix: WEB-2413 lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sairam459 committed Oct 24, 2024
1 parent 9d654d5 commit 3ca3f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class ConfigService {
readPreference: this.get('REPLICASET') !== undefined ? readPreference : null,
user: this.get('MONGOOSE_USERNAME'),
pass: this.get('MONGOOSE_PASSWORD'),
socketTimeoutMS: 60000,
replicaSet: this.get('REPLICASET'),
};
if (this.get('SSL_VALIDATE') === true) {
Expand Down

0 comments on commit 3ca3f24

Please sign in to comment.