aiFollowupQuestion

This commit is contained in:
Kar
2024-10-14 09:52:32 +05:30
parent 060e6b0f1a
commit da33f2ed43
6 changed files with 14398 additions and 1335 deletions

View File

@@ -38,7 +38,7 @@ module.exports = {
mongoose: {
url: envVars.MONGODB_URL + (envVars.NODE_ENV === 'test' ? '-test' : ''),
options: {
useCreateIndex: true,
// useCreateIndex: true,
useNewUrlParser: true,
useUnifiedTopology: true,
},