Skip to content

Commit 7902771

Browse files
authored
Merge pull request #18 from mongodb-developer/update_vscode
Update VSCode settings
2 parents db8009d + 3d848de commit 7902771

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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": {

.vscode/settings.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
}

0 commit comments

Comments
 (0)