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
2
app.json
2
app.json
|
@ -148,7 +148,7 @@
|
||||||
"image": "heroku/php",
|
"image": "heroku/php",
|
||||||
"addons": [
|
"addons": [
|
||||||
"cleardb:ignite",
|
"cleardb:ignite",
|
||||||
"heroku-redis:hobby-dev",
|
"heroku-redis:mini",
|
||||||
"papertrail:choklad"
|
"papertrail:choklad"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue