From ea08cb87e6571659f67e69ebfbeeef3b69f580be Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Thu, 12 Aug 2021 15:32:01 +0200 Subject: [PATCH] Stop requiring CLOUDINARY_URL in app.json It's not required to have this if you have any other means of file storage on heroku. There are many... --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 74f21ee4..b1af6d6b 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,8 @@ "repository": "https://github.com/openSUSE/osem", "env": { "CLOUDINARY_URL": { - "description": "Create a https://cloudinary.com account and set the cloud url here. It starts with cloudinary://" + "description": "Create a https://cloudinary.com account and set the cloud url here. It starts with cloudinary://", + "required": false }, "SECRET_KEY_BASE": { "description": "A key to verify sessions. At least 40 characters. For instance: https://www.randomlists.com/string?base=16&length=64&qty=1",