Merge pull request #2820 from hennevogel/refactoring/cloudinary-appjson

Stop requiring CLOUDINARY_URL in app.json
This commit is contained in:
Henne Vogelsang 2021-08-18 16:06:29 +02:00 committed by GitHub
commit f9da3dcda6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",