json format fix--duh
This commit is contained in:
parent
ae7bcb7921
commit
a897f4e83b
20
app.json
20
app.json
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "haste-server",
|
"name": "haste-server",
|
||||||
"description": "open source pastebin written in node.js",
|
"description": "open source pastebin written in node.js",
|
||||||
"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