fix: removal of very expensive heroku mongoDB

This commit is contained in:
Gabriel Pastori 2023-09-10 14:25:24 -03:00
parent 391c10e039
commit 88011daf72

View File

@ -181,10 +181,6 @@
}, },
"image": "heroku/nodejs", "image": "heroku/nodejs",
"addons": [ "addons": [
"logtail:free", "logtail:free"
{
"plan": "ormongo:5-wt",
"as": "DATABASE_CONNECTION"
}
] ]
} }