Skip to content

Commit a5a0e2a

Browse files
committed
Add missing variable
1 parent 8168b8b commit a5a0e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"containerEnv": {
1414
"PROXY_ENDPOINT": "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/",
15+
"SERVERLESS_URI": "https://vtqjvgchmwcjwsrela2oyhlegu0hwqnw.lambda-url.us-west-2.on.aws/",
1516
"MONGODB_URI": "mongodb://admin:mongodb@mongodb:27017/"
1617
},
1718
"postCreateCommand": "pip install -r requirements.txt",
@@ -27,4 +28,4 @@
2728
]
2829
}
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)