We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064a98d commit 3d848deCopy full SHA for 3d848de
.devcontainer/devcontainer.json
@@ -12,7 +12,7 @@
12
},
13
"containerEnv": {
14
"SERVERLESS_URL": "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/",
15
- "MONGODB_URI": "mongodb://admin:mongodb@mongodb:27017/"
+ "MONGODB_URI": "mongodb://localhost:27017/?directConnection=true"
16
17
"postCreateCommand": "pip install -r requirements.txt",
18
"customizations": {
0 commit comments