mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-05-19 19:27:55 -05:00
11 lines
253 B
Diff
11 lines
253 B
Diff
diff --git c/mongoose-connect-options.json i/mongoose-connect-options.json
|
|
new file mode 100644
|
|
index 0000000..0fda81f
|
|
--- /dev/null
|
|
+++ i/mongoose-connect-options.json
|
|
@@ -0,0 +1,4 @@
|
|
+{
|
|
+ "useNewUrlParser": true,
|
|
+ "useUnifiedTopology": true
|
|
+}
|