From d7bfa25ecf5e428628c579ff0dc455ff68d312f9 Mon Sep 17 00:00:00 2001 From: Mikena Wood Date: Sat, 30 Mar 2019 15:03:27 -0700 Subject: [PATCH] remove the databse url, created by heroku --- app.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/app.json b/app.json index f864c290..17898001 100644 --- a/app.json +++ b/app.json @@ -11,9 +11,6 @@ "BUGSNAG_API_TOKEN": { "required": true }, - "DATABASE_URL": { - "required": true - }, "DEVISE_SECRET_KEY": { "required": true },