fix: use authenticated cloudly mongo uri
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user