addon format change
did not take into account the format for a singular addon
This commit is contained in:
parent
a897f4e83b
commit
d2c2d3f790
4
app.json
4
app.json
|
@ -5,8 +5,6 @@
|
||||||
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
|
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
|
||||||
"keywords": ["pastebin", "haste", "node"],
|
"keywords": ["pastebin", "haste", "node"],
|
||||||
"addons": [
|
"addons": [
|
||||||
"heroku-redis", {
|
"heroku-redis:hobby-dev"
|
||||||
"plan": "hobby-dev"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue