From 88011daf72bba87ac3aaa17d73c339a0d2a22cce Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:25:24 -0300 Subject: [PATCH] fix: removal of very expensive heroku mongoDB --- app.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app.json b/app.json index 6d8e0f90..dab5216e 100644 --- a/app.json +++ b/app.json @@ -181,10 +181,6 @@ }, "image": "heroku/nodejs", "addons": [ - "logtail:free", - { - "plan": "ormongo:5-wt", - "as": "DATABASE_CONNECTION" - } + "logtail:free" ] } \ No newline at end of file