json format fix--duh
This commit is contained in:
parent
ae7bcb7921
commit
a897f4e83b
6
app.json
6
app.json
|
@ -4,9 +4,9 @@
|
|||
"repository": "https://github.com/Logic-gate/haste-server",
|
||||
"logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png",
|
||||
"keywords": ["pastebin", "haste", "node"],
|
||||
"addons":
|
||||
"heroku-redis",
|
||||
{
|
||||
"addons": [
|
||||
"heroku-redis", {
|
||||
"plan": "hobby-dev"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue