fix: use authenticated cloudly mongo uri

This commit is contained in:
2026-04-29 08:29:54 +00:00
parent 732853074a
commit 3773569e2b
+2 -2
View File
@@ -34,8 +34,8 @@
}, },
{ {
"key": "MONGODB_URL", "key": "MONGODB_URL",
"value": "mongodb://${MONGODB_HOST}:${MONGODB_PORT}", "value": "${MONGODB_URI}",
"description": "MongoDB server URL provisioned by Onebox.", "description": "Authenticated MongoDB connection URL provisioned by Onebox.",
"required": true "required": true
}, },
{ {