add mongodb 6 egg

add a separate modgo 6 egg. This uses the new mongosh tool that replaces the mongo application.
This commit is contained in:
Michael Parker
2022-09-27 09:07:39 -04:00
parent e27be23342
commit 1020f582bc
2 changed files with 53 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
"startup": ".\/${EXECUTABLE}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"change this part\"\r\n}",,
"startup": "{\r\n \"done\": \"change this part\"\r\n}",
"logs": "{}",
"stop": "^C"
},