File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
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://admin:mongodb@mongodb: 27017/"
15+ "MONGODB_URI" : " mongodb://localhost: 27017/?directConnection=true "
1616 },
1717 "postCreateCommand" : " pip install -r requirements.txt" ,
1818 "customizations" : {
Original file line number Diff line number Diff line change 11{
2- "mdb.presetConnections" : [
3- {
4- "name" : " mongodb:27017 " ,
5- "connectionString" : " mongodb://admin:mongodb@ localhost:27017"
6- }
7- ],
8- "mdb.showOverviewPageAfterInstall" : false
2+ "mdb.presetConnections" : [
3+ {
4+ "name" : " Local MongoDB Atlas " ,
5+ "connectionString" : " mongodb://localhost:27017"
6+ }
7+ ],
8+ "mdb.showOverviewPageAfterInstall" : false
99}
You can’t perform that action at this time.
0 commit comments