From ffe1b892b4c01c40215a1b8b5697fc35b81186b5 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 20 Feb 2015 16:49:27 +0100 Subject: Add caching struct as json in redis. --- app/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/Makefile') diff --git a/app/Makefile b/app/Makefile index c614492..41a813f 100644 --- a/app/Makefile +++ b/app/Makefile @@ -7,6 +7,12 @@ endif ifndef STATUS_DB_IMPORT_DRIVER export STATUS_DB_IMPORT_DRIVER:=github.com/mattn/go-sqlite3 endif +ifndef STATUS_REDIS_SERVER + export STATUS_REDIS_SERVER:=127.0.0.1 +endif +ifndef STATUS_REDIS_PORT + export STATUS_REDIS_PORT:=6379 +endif IMPORT_FILE:=import.go -- cgit v1.2.3