This commit is contained in:
recaptcha
2022-08-10 13:06:23 +02:00
parent d3d221f9e3
commit e59845661f
19 changed files with 4803 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
mongodb: {
useNewUrlParser: true,
useUnifiedTopology: true,
}
};