diff options
| author | Horus3 | 2015-02-20 16:49:27 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-20 16:49:27 +0100 |
| commit | ffe1b892b4c01c40215a1b8b5697fc35b81186b5 (patch) | |
| tree | f4bf64faacb340e7587e638767abc11cff00524a /app/Makefile | |
| parent | 9fd1b6a54c77f78df1031a620fe3fb3887eda56d (diff) | |
| download | statuspage-ffe1b892b4c01c40215a1b8b5697fc35b81186b5.tar.gz | |
Add caching struct as json in redis.
Diffstat (limited to 'app/Makefile')
| -rw-r--r-- | app/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
