Skip to content

Commit 3867e13

Browse files
committed
Update mup.sample.js
fixed the mongodb version.
1 parent e7c018e commit 3867e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/.deploy/mup.sample.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ module.exports = {
2121
docker: { image: 'zodern/meteor:latest' },
2222
enableUploadProgressBar: true
2323
},
24-
mongo: { version: '3.4.1', servers: { one: {} }
24+
mongo: { version: '5.0.5', servers: { one: {} }
2525
},
2626
};

0 commit comments

Comments
 (0)