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",
|
"repository": "https://github.com/Logic-gate/haste-server",
|
||||||
"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", {
|
||||||
{
|
|
||||||
"plan": "hobby-dev"
|
"plan": "hobby-dev"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue