diff --git a/src/config/config.service.ts b/src/config/config.service.ts index 4ce747de2..30cccd9c9 100644 --- a/src/config/config.service.ts +++ b/src/config/config.service.ts @@ -76,8 +76,6 @@ export class ConfigService { maxPoolSize: this.get('MONGOOSE_POOL_SIZE') || 20, retryAttempts: 2, connectTimeoutMS: 60000, - useUnifiedTopology: true, - useNewUrlParser: true, socketTimeoutMS: 60000, }; if (this.get('SSL_VALIDATE') === true) {