From ae7bcb79216711cbb08772c5181160a4e3bce7be Mon Sep 17 00:00:00 2001 From: Amer Almadani Date: Wed, 31 May 2017 00:09:15 +0300 Subject: [PATCH] redis-addon --- app.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 360baf9..0f6964e 100644 --- a/app.json +++ b/app.json @@ -3,5 +3,10 @@ "description": "open source pastebin written in node.js", "repository": "https://github.com/Logic-gate/haste-server", "logo": "https://raw.githubusercontent.com/seejohnrun/haste-server/master/static/logo.png", - "keywords": ["pastebin", "haste", "node"] + "keywords": ["pastebin", "haste", "node"], + "addons": + "heroku-redis", + { + "plan": "hobby-dev" + } }