From c2a706d0a10b2d7f10bf340d349eb00cd3cf357b Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 25 May 2016 16:58:21 +0200 Subject: [PATCH] Apparently something at heroku tries to .tr this... --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index a65ae0b1..37164c50 100644 --- a/app.json +++ b/app.json @@ -5,7 +5,9 @@ "CLOUDINARY_URL": { "required": true }, - "DATABASE_URL": "WILL_NOT_BE_USED", + "DATABASE_URL": { + "required": true + }, "DEPLOY_TASKS": "db:cleardb_env", "LANG": { "required": true