Skip to content

Commit 3d848de

Browse files
author
ajosh0504
committed
Updating MongoDB URI
1 parent 064a98d commit 3d848de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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": {

0 commit comments

Comments
 (0)