mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
7d6e18990e
commit
ea08cb87e6
1 changed files with 2 additions and 1 deletions
3
app.json
3
app.json
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue