Use heroku-redis:mini
instead of hobby
as It is deprecated
Heroku has renamed it's plan to `mini`.
This commit is contained in:
parent
d7c5a6af71
commit
1c8ee0f706
1 changed files with 2 additions and 2 deletions
4
app.json
4
app.json
|
@ -148,7 +148,7 @@
|
|||
"image": "heroku/php",
|
||||
"addons": [
|
||||
"cleardb:ignite",
|
||||
"heroku-redis:hobby-dev",
|
||||
"heroku-redis:mini",
|
||||
"papertrail:choklad"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue