File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1212 },
1313 "containerEnv" : {
1414 "SERVERLESS_URL" : " https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/" ,
15- "MONGODB_URI" : " mongodb://localhost: 27017/?directConnection=true "
15+ "MONGODB_URI" : " mongodb://admin:mongodb@mongodb: 27017/"
1616 },
1717 "postCreateCommand" : " pip install -r requirements.txt" ,
1818 "customizations" : {
2323 "extensions" : [
2424 " ms-python.python" ,
2525 " ms-toolsai.jupyter" ,
26- " ms-tools.vscode-jupyter" ,
2726 " mongodb.mongodb-vscode"
2827 ]
2928 }
Original file line number Diff line number Diff line change 22 "mdb.presetConnections" : [
33 {
44 "name" : " Local MongoDB Atlas" ,
5- "connectionString" : " mongodb://localhost:27017"
5+ "connectionString" : " mongodb://admin:mongodb@ localhost:27017"
66 }
77 ],
88 "mdb.showOverviewPageAfterInstall" : false
You can’t perform that action at this time.
0 commit comments