From af2f883e440889e3d7e077a57d6de64c461c63fd Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:36:43 -0300 Subject: [PATCH] fix: DATABASE_CONNECTION_URI required --- app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.json b/app.json index 6c20dc1e..814aeec2 100644 --- a/app.json +++ b/app.json @@ -89,8 +89,7 @@ "value": "true" }, "DATABASE_CONNECTION_URI": { - "description": "The connection URI for the database. For heroku, this should be empty.", - "required": false + "description": "The connection URI for the database. For heroku, this is required." }, "DATABASE_CONNECTION_DB_PREFIX_NAME": { "description": "The prefix name for the database.",