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...
This commit is contained in:
Henne Vogelsang 2021-08-12 15:32:01 +02:00
parent 7d6e18990e
commit ea08cb87e6
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -4,7 +4,8 @@
"repository": "https://github.com/openSUSE/osem", "repository": "https://github.com/openSUSE/osem",
"env": { "env": {
"CLOUDINARY_URL": { "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": { "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", "description": "A key to verify sessions. At least 40 characters. For instance: https://www.randomlists.com/string?base=16&length=64&qty=1",