From b6ef6229d7d31f0a4ba9e3f5176564bb9ddd4025 Mon Sep 17 00:00:00 2001 From: Amer Almadani Date: Wed, 31 May 2017 00:37:47 +0300 Subject: [PATCH] Removed redis opted for file type due to ease...~lazy~ --- app.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.json b/app.json index 230ebdd..912859a 100644 --- a/app.json +++ b/app.json @@ -3,8 +3,5 @@ "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"], - "addons": [ - "heroku-redis:hobby-dev" - ] + "keywords": ["pastebin", "haste", "node"] }